MCPcopy Index your code
hub / github.com/RustPython/RustPython / __await__

Method __await__

Lib/test/test_asyncio/test_pep492.py:28–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 pass
27
28 def __await__(self):
29 yield
30
31
32class BaseTest(test_utils.TestCase):

Callers 2

test_uninitializedMethod · 0.45
funcFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected