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

Method send

Lib/test/test_collections.py:1205–1206  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

1203
1204 class MinimalGen(Generator):
1205 def send(self, value):
1206 return value
1207 def throw(self, typ, val=None, tb=None):
1208 super().throw(typ, val, tb)
1209

Callers 1

test_GeneratorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected