Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ __init__
Method
__init__
tests_python/test_pydevd_io.py:49–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
48
class
_DummyPyDb(object):
49
def
__init__(self):
50
self.cmd_factory = NetCommandFactory()
51
self.writer = _DummyWriter()
52
53
54
def
test_patch_stdin():
Callers
nothing calls this directly
Calls
2
NetCommandFactory
Class · 0.90
_DummyWriter
Class · 0.85
Tested by
no test coverage detected