blark.solution.Solution
- class blark.solution.Solution(root: Path, projects: list[Project], filename: Path | None = None)[source]
Bases:
objectA container for a TwinCAT/Visual Studio solution (.sln).
Methods
__init__(root, projects[, filename])from_contents(solution_source, root[, filename])from_filename(filename)from_projects(root, projects)Attributes