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

Function foo

Lib/test/test_dis.py:800–802  ·  view source on GitHub ↗

funcdoc

(x)

Source from the content-addressed store, hash-verified

798
799def _h(y):
800 def foo(x):
801 '''funcdoc'''
802 return list(x + z for z in y)
803 return foo
804
805dis_nested_0 = """\

Calls 1

listClass · 0.85

Tested by

no test coverage detected