MCPcopy 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

70modfile = normcase(modfile)
71
72def revise(filename, *args):
73 return (normcase(filename),) + args
74
75git = mod.StupidGit()
76

Callers 2

test_stackMethod · 0.85
test_traceMethod · 0.85

Calls 1

normcaseFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…