MCPcopy
hub / github.com/jrnl-org/jrnl / expand_path

Function expand_path

jrnl/path.py:24–25  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

22
23
24def expand_path(path: str) -> str:
25 return os.path.expanduser(os.path.expandvars(path))
26
27
28def absolute_path(path: str) -> str:

Calls

no outgoing calls