- class ApiExportToolkitProxy(pyro_api: Pyro5.api.Proxy)#
- __getattr__(attr_name: str) collections.abc.Callable #
- classmethod serialize(obj: ApiExportToolkitProxy) dict #
Serialize a proxy object of the API ExportToolkit object.
- Parameters:
- obj
Any
Object to serialize.
- obj
- Returns:
dict
Dictionary of the serialized object.