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

Method __init__

tests_python/test_single_notification.py:94–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92
93class _DummyPyDB(object):
94 def __init__(self):
95 from _pydevd_bundle.pydevd_timeout import TimeoutTracker
96
97 self.created_pydb_daemon_threads = {}
98 self.timeout_tracker = TimeoutTracker(self)
99
100
101def test_single_notification_1(single_notification_behavior, notification_queue):

Callers 1

__init__Method · 0.45

Calls 1

TimeoutTrackerClass · 0.90

Tested by

no test coverage detected