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

Class _DummyPyDB

tests_python/test_convert_utilities.py:445–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443 from _pydevd_bundle import pydevd_api
444
445 class _DummyPyDB(object):
446 source_mapping = SourceMapping()
447 api_received_breakpoints = {}
448 file_to_id_to_line_breakpoint = {}
449 file_to_id_to_plugin_breakpoint = {}
450 breakpoints = {}
451
452 source_mapping = _DummyPyDB.source_mapping
453

Callers 1

test_source_mappingFunction · 0.70

Calls 1

SourceMappingClass · 0.90

Tested by 1

test_source_mappingFunction · 0.56