class documentation
class JSONableCallable(JSONable[
A callable that can be serialized as JSON.
| Method | __call__ |
Do the work of the callable. |
Inherited from JSONable:
| Method | to |
Convert this callable to a JSON-serializable dictionary. |
Inherited from HasTypeCode (via JSONable):
| Method | type |
Type-code for the serialized JSON object to be looked up later. |