Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_collections.py1207 def athrow(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.NonAGen1
1218 def athrow(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.NonAGen3
1232 async def athrow(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.Gen
1237 async def athrow(self, typ, val=None, tb=None): member in TestOneTrickPonyABCs.test_AsyncGenerator.MinimalAGen
1271 async def athrow(self, *args): raise ValueError member in TestOneTrickPonyABCs.test_AsyncGenerator.FailOnClose
1278 async def athrow(self, *args): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.IgnoreGeneratorExit
Dtest_typing.py3486 def athrow(self, typ, val=None, tb=None): member in CollectionsAbcTests.test_subclassing_async_generator.G
/external/python/cpython3/Lib/
D_collections_abc.py216 async def athrow(self, typ, val=None, tb=None): member in AsyncGenerator