forked from p15670423/monkey
Common: Reorder params in docstring AbstractEvent
This commit is contained in:
parent
8f5681b1df
commit
88bb856859
|
@ -16,10 +16,10 @@ class AbstractEvent(ABC):
|
|||
about the event.
|
||||
|
||||
Attributes:
|
||||
:param source: The UUID of the agent that observed the event
|
||||
:param target: The target of the event (if not the local system)
|
||||
:param timestamp: The time that the event occurred (seconds since the Unix epoch)
|
||||
:param tags: The set of tags associated with the event
|
||||
:param target: The target of the event (if not the local system)
|
||||
:param source: The UUID of the agent that observed the event
|
||||
:param timestamp: The time that the event occurred (seconds since the Unix epoch)
|
||||
"""
|
||||
|
||||
tags: FrozenSet[str]
|
||||
|
|
Loading…
Reference in New Issue