|
- Method resolution order:
- JSONSerializable
- abc.ABC
- builtins.object
Methods defined here:
- to_dict(self) -> Dict[str, Any]
- Convert the object to a JSON-serializable dictionary.
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes defined here:
- __abstractmethods__ = frozenset({'to_dict'})
- __annotations__ = {}
|