Lines Matching refs:__await__
794 def __await__(self):
802 def __await__(self):
805 self.validate_abstract_methods(Awaitable, '__await__')
819 # flag don't have '__await__' method, hence can't be instances
846 def __await__(self):
854 def __await__(self):
857 self.validate_abstract_methods(Coroutine, '__await__', 'send', 'throw')
871 # flag don't have '__await__' method, hence can't be instances
886 def __await__(self):
896 def __await__(self):