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

Method name

python/engine/test/BadMeasure/measure.py:12–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10
11class BadMeasure(openstudio.measure.ModelMeasure):
12 def name(self):
13 return "Bad Measure"
14
15 def modeler_description(self):
16 return "The arguments method calls another_method which does a raise ValueError"

Callers 3

getAs_implMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36