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

Function absolute_path

pydevd_file_utils.py:423–427  ·  view source on GitHub ↗

Provides a version of the filename that's absolute (and NOT normalized).

(filename)

Source from the content-addressed store, hash-verified

421
422
423def absolute_path(filename):
424 """
425 Provides a version of the filename that's absolute (and NOT normalized).
426 """
427 return get_abs_path_real_path_and_base_from_file(filename)[0]
428
429
430def basename(filename):

Callers 4

_get_template_lineFunction · 0.90
_original_file_to_clientFunction · 0.85
_map_file_to_serverFunction · 0.85
_map_file_to_clientFunction · 0.85

Tested by

no test coverage detected