MCPcopy Create free account
hub / github.com/StackStorm/st2 / setup

Method setup

st2reactor/tests/resources/test_sensor.py:21–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19
20class TestSensor(Sensor):
21 def setup(self):
22 pass
23
24 def run(self):
25 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected