BaseActorο
- class bapsf_motion.actors.base.BaseActor(*, name: str = None, logger: Logger = None)ο
Bases:
ABCLow-level base class for any Actor class.
- Parameters:
Attributes Summary
Configuration dictionary of the actor.
The
Loggerinstance being used for the actor.(
str) A unique name given for the instance of the actor.Attributes Documentation
- configο
Configuration dictionary of the actor.
Warning
This dictionary should never be written to from outside the owning actor.
- loggerο
The
Loggerinstance being used for the actor.