ctrlX Data Layer API for Python  3.3.0
The ctrlX Data Layer API allows access to the ctrlX Data Layer with Python
_ResponseAsynMgr Class Reference
+ Inheritance diagram for _ResponseAsynMgr:

Public Member Functions

def __init__ (self, _AsyncCreator ac)
 
def __enter__ (self)
 
def __exit__ (self, exc_type, exc_val, exc_tb)
 
def close (self)
 
def set_responses (self, typing.List[Response] responses)
 
- Public Member Functions inherited from _ResponseMgr
def __init__ (self)
 
typing.List[Responseget_response (self)
 

Detailed Description

class _ResponseAsynMgr

Definition at line 272 of file bulk.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
_AsyncCreator  ac 
)

init

Parameters
achelp class

Definition at line 281 of file bulk.py.

References _ResponseAsynMgr.__async_creator, _ResponseMgr._response, and _ResponseAsynMgr._response.