AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.recipe.load Namespace Reference

Functions

dict[str, Any] _parse (Path path)
Any _resolve_path (Path base, Any value)
Recipe load_recipe (str|Path path)

Function Documentation

◆ _parse()

dict[str, Any] _parse ( Path path)
protected

Definition at line 21 of file load.py.

Referenced by load_recipe().

◆ _resolve_path()

Any _resolve_path ( Path base,
Any value )
protected

Definition at line 38 of file load.py.

Referenced by load_recipe().

◆ load_recipe()

Recipe load_recipe ( str | Path path)

Definition at line 47 of file load.py.

References _parse(), and _resolve_path().