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

Class Bar

Lib/test/test_collections.py:801–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799 pass
800
801 class Bar:
802 def __await__(self):
803 yield
804
805 class MinimalCoro(Coroutine):
806 def send(self, value):

Callers 2

test_AwaitableMethod · 0.70
test_CoroutineMethod · 0.70

Calls

no outgoing calls

Tested by 2

test_AwaitableMethod · 0.56
test_CoroutineMethod · 0.56