![]() |
ctrlX Data Layer API for Python
3.3.0
The ctrlX Data Layer API allows access to the ctrlX Data Layer with Python
|
Public Member Functions | |
def | __init__ (self) |
def | __enter__ (self) |
def | __exit__ (self, exc_type, exc_val, exc_tb) |
def | close (self) |
typing.List[Response] | get_response (self) |
class _ResponseMgr
def __init__ | ( | self | ) |
init
bulk | Bulk value |
Definition at line 196 of file bulk.py.
References _ResponseMgr._response, and _ResponseAsynMgr._response.
typing.List[Response] get_response | ( | self | ) |
get_response
Definition at line 225 of file bulk.py.
References _ResponseMgr._response, and _ResponseAsynMgr._response.