- class ApiProjectProxy(pyro_api: Pyro5.api.Proxy, session_uid: str | None = None)#
Bases:
ApiElementProxyProvides a proxy object for an API element.
- Parameters:
- pyro_api
Pyro5.api.Proxy Pyro5 proxy object for interacting with the Rocky app.
- pool_id
int ID of the API element.
- pyro_api