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

Function foo

Lib/test/test_dis.py:796–798  ·  view source on GitHub ↗

funcdoc

(x)

Source from the content-addressed store, hash-verified

794
795def _h(y):
796 def foo(x):
797 '''funcdoc'''
798 return list(x + z for z in y)
799 return foo
800
801dis_nested_0 = """\

Calls 1

listClass · 0.85

Tested by

no test coverage detected