- class ApiGridFunctionProxy(grid_pool_id: str, gf_name: str, pyro_api: Pyro5.api.Proxy, session_uid: str | None = None)#
- __getattr__(attr_name: str) collections.abc.Callable #
- classmethod serialize(obj: ApiGridFunctionProxy) dict #
Serialize a proxy object of the API Grid Functions.
- Parameters:
- obj
Any
Object to serialize.
- obj
- Returns:
dict
Dictionary of the serialized object.