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

Method setup

st2reactor/st2reactor/sensor/base.py:47–51  ·  view source on GitHub ↗

Run the sensor initialization / setup code (if any).

(self)

Source from the content-addressed store, hash-verified

45
46 @abc.abstractmethod
47 def setup(self):
48 """
49 Run the sensor initialization / setup code (if any).
50 """
51 pass
52
53 @abc.abstractmethod
54 def run(self):

Callers 2

__init__Method · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected