Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ inner
Method
inner
Lib/test/test_capi/test_misc.py:2823–2824 ·
view source on GitHub ↗
(x=42)
Source
from the content-addressed store, hash-verified
2821
2822
def
test_inlined_call(self):
2823
def
inner(x=42):
2824
pass
2825
def
func():
2826
inner()
2827
inner(42)
Callers
3
test_filename
Method · 0.45
test_stacklevel
Method · 0.45
test_show_warning_output
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected