Path Utils

Physical constants used in the project

Path Handling


source

get_julia_file_path

 get_julia_file_path (filename:str)

Get the absolute path to a Julia file in the project’s julia directory.

Type Details
filename str Name of the Julia file
Returns str

source

make_project_path

 make_project_path (*parts:str)

Create a path relative to the project root.

Type Details
parts str Path components to join
Returns Path

source

get_data_path

 get_data_path ()

Get the path to the data directory.


source

get_project_root

 get_project_root ()

Get the project root directory by searching for settings.ini or setup.py files.