Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ __init__
Method
__init__
_pydev_bundle/pydev_monkey_qt.py:147–148 ·
view source on GitHub ↗
(self, original)
Source
from the content-addressed store, hash-verified
145
146
class
FuncWrapper:
147
def
__init__(self, original):
148
self._original = original
149
150
def
__call__(self, *args, **kwargs):
151
set_trace_in_qt()
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected