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

Function _path_to_expected_str

pydevd_file_utils.py:627–631  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

625
626
627def _path_to_expected_str(filename):
628 if isinstance(filename, bytes):
629 filename = filename.decode(file_system_encoding)
630
631 return filename
632
633
634def _original_file_to_client(filename, cache={}):

Callers 2

_original_file_to_clientFunction · 0.85
_map_file_to_clientFunction · 0.85

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected