module documentation

Load a project form a python package/module path in the filesystem.

Function _load_path Undocumented
Function _parse_file Parse the contents of a Python source file.
Variable _parse Undocumented
def _load_path(project: Project, path: Path, added: set[Path], exclude: Sequence[str], parent: tuple[str, ...] = ()): (source)

Undocumented

def _parse_file(path: Path) -> ast.Module | None: (source)

Parse the contents of a Python source file.

Undocumented