MCPcopy Create free account
hub / github.com/NatLabRockies/EnergyPlus / run

Method run

scripts/dev/check_for_enum_scope_usage.py:118–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116 self.enum_declarations: List[EnumDeclaration] = []
117
118 def run(self):
119 with open(self.full_path, "r") as f:
120 self.process_lines(f.readlines())
121
122 def process_lines(self, lines: List[str]):
123 for idx, line in enumerate(lines):

Callers 4

verify_signatureFunction · 0.45

Calls 1

process_linesMethod · 0.95

Tested by

no test coverage detected