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

Function g

extra_tests/snippets/syntax_assignment.py:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45assert a == 1
46
47def g():
48 yield 1337
49 yield 42
50
51a, b = g()
52assert a == 1337

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected