Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
799
def
_h(y):
800
def
foo(x):
801
''
'funcdoc'
''
802
return
list(x + z
for
z in y)
803
return
foo
804
805
dis_nested_0 =
""
"\
Callers
15
test_globals_shadow_builtins
Method · 0.70
test_modify_builtins
Method · 0.70
test_modify_builtins_while_generator_active
Method · 0.70
test_modify_builtins_from_leaf_function
Method · 0.70
test_cannot_replace_builtins_dict_while_active
Method · 0.70
test_cannot_replace_builtins_dict_between_calls
Method · 0.70
test_eval_gives_lambda_custom_globals
Method · 0.70
f
Method · 0.70
run1
Method · 0.70
run2
Method · 0.70
run
Method · 0.70
test_async_gen_asyncio_anext_06
Method · 0.70
Calls
1
list
Class · 0.85
Tested by
no test coverage detected