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

Class NonAGen3

Lib/test/test_collections.py:1256–1259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1254 def asend(self, value): return value
1255
1256 class NonAGen3:
1257 def aclose(self): pass
1258 def asend(self, value): return value
1259 def athrow(self, typ, val=None, tb=None): pass
1260
1261 non_samples = [
1262 None, 42, 3.14, 1j, b"", "", (), [], {}, set(),

Callers 1

test_AsyncGeneratorMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_AsyncGeneratorMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…