![]() |
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) |
C_DLR_BULK | get_handle (self) |
class _BulkCreator
Definition at line 132 of file bulk_util.py.
def __init__ | ( | self, | |
typing.List[_Request] | reqs | ||
) |
init
reqs | List of request |
Definition at line 141 of file bulk_util.py.
References _BulkCreator.__bulk, _BulkCreator.__create(), and _AsyncCreator.__create().
C_DLR_BULK get_handle | ( | self | ) |
get_handle
Definition at line 171 of file bulk_util.py.
References _BulkCreator.__bulk.