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

Class NonGen3

Lib/test/test_collections.py:1185–1188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1183 def send(self, value): return value
1184
1185 class NonGen3:
1186 def close(self): pass
1187 def send(self, value): return value
1188 def throw(self, typ, val=None, tb=None): pass
1189
1190 non_samples = [
1191 None, 42, 3.14, 1j, b"", "", (), [], {}, set(),

Callers 1

test_GeneratorMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_GeneratorMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…