Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ revise
Function
revise
Lib/test/test_inspect/test_inspect.py:72–73 ·
view source on GitHub ↗
(filename, *args)
Source
from the content-addressed store, hash-verified
70
modfile = normcase(modfile)
71
72
def
revise(filename, *args):
73
return
(normcase(filename),) + args
74
75
git = mod.StupidGit()
76
Callers
2
test_stack
Method · 0.85
test_trace
Method · 0.85
Calls
1
normcase
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…