MCPcopy 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
48class _DummyPyDb(object):
49 def __init__(self):
50 self.cmd_factory = NetCommandFactory()
51 self.writer = _DummyWriter()
52
53
54def test_patch_stdin():

Callers

nothing calls this directly

Calls 2

NetCommandFactoryClass · 0.90
_DummyWriterClass · 0.85

Tested by

no test coverage detected