AE Solver

Amplitude Equations Solver

View the AESolver repository on GitHub
Home Guidelines API

Index for path_resolver module

Initialization file for the module containing functions used to resolve paths.

Detailed information on the available private and publicly available functions is available in the module API reference.

This index only contains a short description of the publicly available functions.

Sub-modules

Publicly Available Functions

resolve_path_to_file(sys_arguments: list, file_name: str, default_path: str, default_run_path: str = '..') -> pathlib.Path
Resolves the path to a file with a known default relative path from the base directory.