class documentation
class JSONableRepeatable(JSONable[
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 | 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. |
Inherited from RepeatingWork (via JSONable, HasTypeCode):
| Method | __call__ |
Do the work that needs to be repeated. |