src.visuals.ui.compile_ui module

src.visuals.ui.compile_ui.find_file_in_path(base_abs_path, target_filename)[source]

Searches recursively for a file name within an absolute base path and returns its absolute path.

Parameters:
  • base_abs_path (str) – Absolute path to the directory to search in.

  • target_filename (str) – Name of the file to look for.

Returns:

Absolute path of the first matching file.

Return type:

str

Raises:
  • ValueError – If the provided base path is not absolute.

  • FileNotFoundError – If the base directory does not exist or the file is not found.

src.visuals.ui.compile_ui.main()[source]
Return type:

int

Dependency Diagrams (without externals):

Dependency Diagrams:

digraph imports {
  rankdir=LR;
  node [shape=box];
}

Import dependencies (collapsed)