MCPcopy Index your code
hub / github.com/python/cpython / wrapper

Function wrapper

Lib/test/test_inspect/inspect_fodder2.py:3–4  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

fFunction · 0.70
updateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…