omnipy.util.publisher
| CLASS | DESCRIPTION |
|---|---|
DataPublisher |
|
RuntimeEntryPublisher |
|
DataPublisher
| CLASS | DESCRIPTION |
|---|---|
Config |
|
| METHOD | DESCRIPTION |
|---|---|
deepcopy |
Create a deep copy of the DataPublisher instance, resetting subscriptions in the copy. |
subscribe |
|
subscribe_attr |
|
unsubscribe_all |
|
Source code in src/omnipy/util/publisher.py
Config
| ATTRIBUTE | DESCRIPTION |
|---|---|
arbitrary_types_allowed |
|
validate_assignment |
|
Source code in src/omnipy/util/publisher.py
deepcopy
Create a deep copy of the DataPublisher instance, resetting subscriptions in the copy.
Source code in src/omnipy/util/publisher.py
subscribe
Source code in src/omnipy/util/publisher.py
subscribe_attr
Source code in src/omnipy/util/publisher.py
unsubscribe_all
Source code in src/omnipy/util/publisher.py
RuntimeEntryPublisher
Bases: DataPublisher