Searched defs:AbstractContextManager (Results 1 – 8 of 8) sorted by relevance
37 def __init__(self, extra_inits: List[AbstractContextManager] = None):
17 class AbstractContextManager(abc.ABC): class
33 Iterable[Union[contextlib.AbstractContextManager, contextlib.ContextDecorator]]