MCPcopy Index your code
hub / github.com/RustPython/RustPython / send

Method send

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

Source from the content-addressed store, hash-verified

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

Callers 1

test_GeneratorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected