class documentation

A callable that can be serialized as JSON.

Method __call__ Do the work of the callable.

Inherited from JSONable:

Method toJSON Convert this callable to a JSON-serializable dictionary.

Inherited from HasTypeCode (via JSONable):

Method typeCodeForJSON Type-code for the serialized JSON object to be looked up later.
def __call__(self): (source) ΒΆ

Do the work of the callable.