Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/DDParser
/ _get_abs_path
Method
_get_abs_path
ddparser/run.py:469–470 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
467
return
outputs
468
469
def
_get_abs_path(self, path):
470
return
os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), path))
471
472
473
if
__name__ ==
"__main__"
:
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected