Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ __init__
Method
__init__
pydevconsole.py:490–491 ·
view source on GitHub ↗
(self, locals=None)
Source
from the content-addressed store, hash-verified
488
skip = 0
489
490
def
__init__(self, locals=None):
491
InteractiveInterpreter.__init__(self, locals)
492
493
def
write(self, data):
494
# if (data.find("global_vars") == -1 and data.find("pydevd") == -1):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected