Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ short_fun
Function
short_fun
IPython/core/tests/test_oinspect.py:402–402 ·
view source on GitHub ↗
(a=1)
Source
from the content-addressed store, hash-verified
400
401
def
test_render_signature_short():
402
def
short_fun(a=1):
pass
403
sig = oinspect._render_signature(
404
signature(short_fun),
405
short_fun.__name__,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected