abics.util module¶
-
abics.util.expand_path(path, basedir)[source]¶ Expand path (absolute path)
- Parameters
path (str) – path
basedir (str) – path to base directory
- Returns
path – path combined basedir with path (absolute path)
- Return type
str
abics.util.expand_path(path, basedir)[source]¶Expand path (absolute path)
path (str) – path
basedir (str) – path to base directory
path – path combined basedir with path (absolute path)
str