MCPcopy Create free account
hub / github.com/microsoft/debugpy / wrapper

Function wrapper

src/debugpy/_vendored/pydevd/pydev_ipython/matplotlibtools.py:165–169  ·  view source on GitHub ↗
(*args, **kw)

Source from the content-addressed store, hash-verified

163 return func
164
165 def wrapper(*args, **kw):
166 wrapper.called = False
167 out = func(*args, **kw)
168 wrapper.called = True
169 return out
170
171 wrapper.called = False
172 wrapper.__doc__ = func.__doc__

Callers

nothing calls this directly

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…