Ejemplo n.º 1
0
 def __iter__(self):
     yield from self.coro_acquire()
     return _ContextManager(self)
Ejemplo n.º 2
0
 def __iter__(self):
     yield from self.coro_acquire()
     return _ContextManager(self)