MCPcopy
hub / github.com/omkarcloud/botasaurus / relative_path

Function relative_path

bota/src/bota/__main__.py:16–18  ·  view source on GitHub ↗
(path, goback=0)

Source from the content-addressed store, hash-verified

14 pass
15
16def relative_path(path, goback=0):
17 levels = [".."] * (goback + -1)
18 return os.path.abspath(os.path.join(os.getcwd(), *levels, path.strip()))
19
20
21def create_ip_name(cluster_name):

Callers 1

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected