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

Function fully_normalize_path

interpreterInfo.py:19–21  ·  view source on GitHub ↗

fixes the path so that the format of the path really reflects the directories in the system

(path)

Source from the content-addressed store, hash-verified

17 import os.path
18
19 def fully_normalize_path(path):
20 """fixes the path so that the format of the path really reflects the directories in the system"""
21 return os.path.normpath(path)
22
23 join = os.path.join
24except: # ImportError or AttributeError.

Callers 1

native_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected