MCPcopy Create free account
hub / github.com/Kitware/CMake / __get_path

Function __get_path

Source/cmConvertMSBuildXMLToJSON.py:421–426  ·  view source on GitHub ↗

Gets the path to the file.

(path)

Source from the content-addressed store, hash-verified

419###########################################################################################
420# private path functions
421def __get_path(path):
422 """Gets the path to the file."""
423 if not os.path.isabs(path):
424 path = os.path.join(os.getcwd(), path)
425
426 return os.path.normpath(path)
427
428
429def __output_path(toolchain, rule, output_dir):

Callers 1

mainFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…