Lines Matching refs:__await__
456 with contextlib.closing(obj.__await__()) as g:
567 def __await__(self):
574 regex = r"__await__.*iterator"
614 def __await__(self):
651 with contextlib.closing(anext(agen, "default").__await__()) as g:
664 with contextlib.closing(anext(agen, "default").__await__()) as g:
672 with contextlib.closing(anext(agen, "default").__await__()) as g:
693 with contextlib.closing(anext(agen, "default").__await__()) as g:
713 with contextlib.closing(anext(agen, "default").__await__()) as g:
729 with contextlib.closing(anext(agen, "default").__await__()) as g: