MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / d

Function d

pydevd_attach_to_process/winappdbg/sql.py:73–78  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

71 """
72
73 def d(fn):
74 @functools.wraps(fn)
75 def x(*argv, **argd):
76 return w(fn, *argv, **argd)
77
78 return x
79
80 return d
81

Callers 1

functionFunction · 0.85

Calls

no outgoing calls

Tested by 1

functionFunction · 0.68