Home
last modified time | relevance | path

Searched defs:athrow (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A D_collections_abc.py220 async def athrow(self, typ, val=None, tb=None): member in AsyncGenerator
/third_party/python/Lib/test/
H A Dtest_collections.py1241 def athrow(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.NonAGen1
1252 def athrow(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.NonAGen3
1266 async def athrow(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.Gen
1271 async def athrow(self, typ, val=None, tb=None): member in TestOneTrickPonyABCs.test_AsyncGenerator.MinimalAGen
1305 async def athrow(self, *args): raise ValueError member in TestOneTrickPonyABCs.test_AsyncGenerator.FailOnClose
1312 async def athrow(self, *args): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.IgnoreGeneratorExit
H A Dtest_typing.py6011 def athrow(self, typ, val=None, tb=None): member in CollectionsAbcTests.test_subclassing_async_generator.G

Completed in 22 milliseconds