mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
modified docstring
This commit is contained in:
parent
319ec9e868
commit
605e8dabb0
1 changed files with 3 additions and 2 deletions
|
|
@ -169,13 +169,14 @@ class EventCallback(object):
|
|||
class Event(object):
|
||||
"""Base event object.
|
||||
|
||||
Can be used to anything because data are not much specific. Only required
|
||||
argument is topic which defines why event is happening and may be used for
|
||||
Can be used for any event because is not specific. Only required argument
|
||||
is topic which defines why event is happening and may be used for
|
||||
filtering.
|
||||
|
||||
Arg:
|
||||
topic (str): Identifier of event.
|
||||
data (Any): Data specific for event. Dictionary is recommended.
|
||||
source (str): Identifier of source.
|
||||
"""
|
||||
_data = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue