class documentation

A callable that can be serialized as JSON, with a signature that can be used for repeated calls with JSONRegistry.repeatedly.

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.

Inherited from RepeatingWork (via JSONable, HasTypeCode):

Method __call__ Do the work that needs to be repeated.