MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / getAbsolutePath

Function getAbsolutePath

src/sdk/python/fesql-auto-test-python/util/tools.py:34–37  ·  view source on GitHub ↗
(path:str)

Source from the content-addressed store, hash-verified

32 return rootPath
33
34def getAbsolutePath(path:str):
35 rootPath = getRootPath()
36 absolutePath = rootPath+"/"+path
37 return absolutePath
38
39def equalsFloat(a, b, precision=0.000001):
40 if abs(a - b) <= precision:

Callers

nothing calls this directly

Calls 1

getRootPathFunction · 0.85

Tested by

no test coverage detected