MCPcopy 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
473if __name__ == "__main__":

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected