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

Function _path_equals

tests_python/test_debugger.py:2330–2333  ·  view source on GitHub ↗
(path1, path2)

Source from the content-addressed store, hash-verified

2328
2329
2330def _path_equals(path1, path2):
2331 path1 = pydevd_file_utils.normcase(path1)
2332 path2 = pydevd_file_utils.normcase(path2)
2333 return path1 == path2
2334
2335
2336@pytest.mark.parametrize("mixed_case", [True, False] if sys.platform == "win32" else [False])

Callers 1

get_environFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected