boss.dummies

Classes

Module Contents

class boss.dummies.Dummy[source]
testme: int = 0
val = 3
read_temp(min: int, max: int) float[source]
hello() str[source]
_secret_hello() str[source]
blocking_call(block_time: int)[source]
class boss.dummies.DependentDummy(parent_hero)[source]
parent
update_parent_testme(value: int)[source]
class boss.dummies.PolledDatasourceDummy[source]

Bases: Dummy

foovar: str = ''
testme: int = 0
_observable_data()[source]