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

Class NonAGen2

Lib/test/test_collections.py:1250–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248 def athrow(self, typ, val=None, tb=None): pass
1249
1250 class NonAGen2:
1251 def __aiter__(self): return self
1252 def __anext__(self): return None
1253 def aclose(self): pass
1254 def asend(self, value): return value
1255
1256 class NonAGen3:
1257 def aclose(self): pass

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…