![]() |
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, typing.List[_Request] reqs) |
def | __enter__ (self) |
def | __exit__ (self, exc_type, exc_val, exc_tb) |
def | close (self) |
ctypes.POINTER(C_VecBulkRequest) | get_bulk_request (self) |
class _AsyncCreator
Definition at line 233 of file bulk_util.py.
def __init__ | ( | self, | |
typing.List[_Request] | reqs | ||
) |
init
reqs | List of request |
Definition at line 242 of file bulk_util.py.
References _AsyncCreator.__bulk_request, _BulkCreator.__create(), and _AsyncCreator.__create().
ctypes.POINTER(C_VecBulkRequest) get_bulk_request | ( | self | ) |
get_bulk_request
Definition at line 270 of file bulk_util.py.
References _AsyncCreator.__bulk_request.