Searched defs:athrow (Results 1 - 3 of 3) sorted by relevance
| /third_party/python/Lib/ | ||
| H A D | _collections_abc.py | 220 async def athrow(self, typ, val=None, tb=None): member in AsyncGenerator |
| /third_party/python/Lib/test/ | ||
| H A D | test_collections.py | 1241 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 D | test_typing.py | 6011 def athrow(self, typ, val=None, tb=None): member in CollectionsAbcTests.test_subclassing_async_generator.G |
Completed in 17 milliseconds