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

Method __init__

st2tests/st2tests/mocks/sensor.py:34–36  ·  view source on GitHub ↗
(self, pack, class_name)

Source from the content-addressed store, hash-verified

32
33class MockSensorWrapper(object):
34 def __init__(self, pack, class_name):
35 self._pack = pack
36 self._class_name = class_name
37
38
39class MockSensorService(SensorService):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected