ctrlX Data Layer API for Python  3.3.0
The ctrlX Data Layer API allows access to the ctrlX Data Layer with Python
All Classes Functions Pages
_ResponseMgr Class Reference
+ Inheritance diagram for _ResponseMgr:

Public Member Functions

def __init__ (self)
 
def __enter__ (self)
 
def __exit__ (self, exc_type, exc_val, exc_tb)
 
def close (self)
 
typing.List[Responseget_response (self)
 

Detailed Description

class _ResponseMgr

Definition at line 187 of file bulk.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

init

Parameters
bulkBulk value

Definition at line 196 of file bulk.py.

References _ResponseMgr._response, and _ResponseAsynMgr._response.

Member Function Documentation

◆ get_response()

typing.List[Response] get_response (   self)

get_response

Returns
typing List of response

Definition at line 225 of file bulk.py.

References _ResponseMgr._response, and _ResponseAsynMgr._response.