Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_collections.py1223 def athrow(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.NonAGen1
1234 def athrow(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.NonAGen3
1248 async def athrow(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.Gen
1253 async def athrow(self, typ, val=None, tb=None): member in TestOneTrickPonyABCs.test_AsyncGenerator.MinimalAGen
1287 async def athrow(self, *args): raise ValueError member in TestOneTrickPonyABCs.test_AsyncGenerator.FailOnClose
1294 async def athrow(self, *args): pass member in TestOneTrickPonyABCs.test_AsyncGenerator.IgnoreGeneratorExit
Dtest_typing.py3763 def athrow(self, typ, val=None, tb=None): member in CollectionsAbcTests.test_subclassing_async_generator.G
/third_party/python/Lib/
D_collections_abc.py220 async def athrow(self, typ, val=None, tb=None): member in AsyncGenerator