MCPcopy Create free account
hub / github.com/LibrePCB/LibrePCB / Project

Class Project

tests/cli/params.py:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class Project:
28 def __init__(self, dir, path, output_dir, board_count):
29 self.dir = dir
30 self.path = os.path.normpath(path)
31 self.parent_dir = os.path.dirname(path)
32 self.output_dir = output_dir
33 self.output_dir_native = os.path.normpath(output_dir)
34 self.is_lppz = path.endswith(".lppz")
35 self.board_count = board_count
36
37
38EMPTY_PROJECT_LPP = Project(

Callers 1

params.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected