MCPcopy Create free account
hub / github.com/dmlc/xgboost / normpath

Function normpath

python-package/xgboost/testing/__init__.py:729–730  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

727
728
729def normpath(path: str) -> str:
730 return os.path.normpath(os.path.abspath(path))
731
732
733def data_dir(path: str) -> str:

Callers 2

demo_dirFunction · 0.70
project_rootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected