pashehnet.sensors.sources.base#

Module Contents#

Classes#

SensorSourceBase

Abstract base class for all sensor sources; atm a thin wrapper for an iterator.

API#

class pashehnet.sensors.sources.base.SensorSourceBase#

Bases: abc.ABC

Abstract base class for all sensor sources; atm a thin wrapper for an iterator.

__iter__()#

Implementation for iterator

Returns:

Self

abstract __next__()#

Implementation for iterator

Returns:

Next value from sensor source

__slots__ = ()#