hololinked.core.meta.EventSource
Base class to add event functionality to an object, it is not meant to be subclassed directly by the end-user.
Source code in hololinked\core\meta.py
Attributes
event_publisher
property
writable
event publishing object EventPublisher
that owns the zmq.PUB socket, valid only after
creating an RPC server or calling a run()
method on the Thing
instance.