Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
729
def
normpath(path: str) -> str:
730
return
os.path.normpath(os.path.abspath(path))
731
732
733
def
data_dir(path: str) -> str:
Callers
2
demo_dir
Function · 0.70
project_root
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected