ProjectManager.load_project#
- ProjectManager.load_project(project_name) pybmd.project.Project [source]#
Loads and returns the@Project with name = project_name (string) if there is a match found, and None if there is no matching Project.
- Return type:
pybmd.project.Project