class documentation

class GeneratorStartableContext(StartableContext[_T_co]): (source)

View In Hierarchy

Undocumented

Async Method __aexit__ Undocumented
Method __init__ Undocumented
Async Method start Undocumented
Class Variable __slots__ Undocumented
Instance Variable gen Undocumented

Inherited from StartableContext:

Async Method __aenter__ Undocumented
Method __await__ Undocumented
Method _raise_for_not_started Undocumented
async def __aexit__(self, typ: Any, value: Any, traceback: Any) -> Optional[bool]: (source)
def __init__(self, func: Callable[..., AsyncIterator[_T_co]], args: Tuple[Any, ...], kwds: Dict[str, Any]): (source)

Undocumented

async def start(self, is_ctxmanager: bool = False) -> _T_co: (source)

Undocumented