MCPcopy Index your code
hub / github.com/python/cpython / throw

Method throw

Lib/test/test_asyncio/test_pep492.py:22–23  ·  view source on GitHub ↗
(self, typ, val=None, tb=None)

Source from the content-addressed store, hash-verified

20 pass
21
22 def throw(self, typ, val=None, tb=None):
23 pass
24
25 def close(self):
26 pass

Calls

no outgoing calls

Tested by

no test coverage detected