forked from p15670423/monkey
Project: Add event serializer entries to Vulture allowlist
This commit is contained in:
parent
141c766b51
commit
132f3a3473
|
@ -275,3 +275,11 @@ subscribe_tag # common\event_queue\pypubsub_event_queue.py
|
||||||
publish # common\event_queue\pypubsub_event_queue.py
|
publish # common\event_queue\pypubsub_event_queue.py
|
||||||
PyPubSubEventQueue # common\event_queue\pypubsub_event_queue.py
|
PyPubSubEventQueue # common\event_queue\pypubsub_event_queue.py
|
||||||
subscribe_all_events # common\event_queue\pypubsub_event_queue.py
|
subscribe_all_events # common\event_queue\pypubsub_event_queue.py
|
||||||
|
|
||||||
|
|
||||||
|
# TODO: Remove once #2179 is closed
|
||||||
|
EventSerializerRegistry
|
||||||
|
serialize
|
||||||
|
event
|
||||||
|
deserialize
|
||||||
|
serialized_event
|
||||||
|
|
Loading…
Reference in New Issue