MCPcopy Index your code
hub / github.com/python/cpython / inspect_fodder2.py

File inspect_fodder2.py

Lib/test/test_inspect/inspect_fodder2.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# line 1
2def wrap(foo=None):
3 def wrapper(func):
4 return func

Callers

nothing calls this directly

Calls 4

setfuncFunction · 0.85
fFunction · 0.70
mapMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected