MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / arguments

Method arguments

python/engine/test/BadMeasure/measure.py:21–25  ·  view source on GitHub ↗
(self, model: typing.Optional[openstudio.model.Model] = None)

Source from the content-addressed store, hash-verified

19 raise ValueError("oops")
20
21 def arguments(self, model: typing.Optional[openstudio.model.Model] = None):
22 self.another_method()
23 args = openstudio.measure.OSArgumentVector()
24
25 return args
26
27 def run(
28 self,

Callers 1

TEST_FFunction · 0.45

Calls 1

another_methodMethod · 0.95

Tested by 1

TEST_FFunction · 0.36