Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ f
Function
f
Lib/test/test_inspect/inspect_fodder2.py:93–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
92
# line 92
93
def
f():
94
class
X:
95
def
g():
96
"doc"
97
return
42
98
return
X
99
method_in_dynamic_class = f().g
100
101
#line 101
Callers
15
inspect_fodder2.py
File · 0.70
wrapper
Function · 0.70
test_name_resolution
Method · 0.70
test_generator_closure
Method · 0.70
g
Method · 0.70
test_dont_clear_dict
Method · 0.50
test_explicit_lock
Method · 0.50
test_filling_one_task
Method · 0.50
test_run
Method · 0.50
test_second_with_block_raises
Method · 0.50
test_run_keeps_context
Method · 0.50
test_recursive_run
Method · 0.50
Calls
no outgoing calls
Tested by
15
test_name_resolution
Method · 0.56
test_generator_closure
Method · 0.56
g
Method · 0.56
test_dont_clear_dict
Method · 0.40
test_explicit_lock
Method · 0.40
test_filling_one_task
Method · 0.40
test_run
Method · 0.40
test_second_with_block_raises
Method · 0.40
test_run_keeps_context
Method · 0.40
test_recursive_run
Method · 0.40
test_reschedule
Method · 0.40
test_sizes
Method · 0.40