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

File pydevd_file_utils.py

pydevd_file_utils.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1r"""
2This module provides utilities to get the absolute filenames so that we can be sure that:
3 - The case of a file will match the actual file in the filesystem (otherwise breakpoints won't be hit).
4 - Providing means for the user to make path conversions when doing a remote debugging session in

Callers

nothing calls this directly

Calls 9

is_true_in_envFunction · 0.90
_get_library_dirFunction · 0.85
_get_path_with_real_caseFunction · 0.85
loadsMethod · 0.80
exceptionMethod · 0.80
existsFunction · 0.70
getMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected