(self)
| 92 | |
| 93 | class _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 | |
| 101 | def test_single_notification_1(single_notification_behavior, notification_queue): |