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

Function bar

Lib/test/test_doctest/sample_doctest.py:25–30  ·  view source on GitHub ↗

>>> 2+2 4

()

Source from the content-addressed store, hash-verified

23 """
24
25def bar():
26 """
27
28 >>> 2+2
29 4
30 """
31
32def test_silly_setup():
33 """

Callers 3

fooMethod · 0.50
fooMethod · 0.50
complex_decoratedFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected