arxiv.submission.domain.event.util module

Helpers for event classes.

arxiv.submission.domain.event.util.dataclass(**kwargs)[source]
Return type

type

arxiv.submission.domain.event.util.event_eq(instance, other)[source]

Compare this event to another event.

Return type

bool

arxiv.submission.domain.event.util.event_hash(instance)[source]

Use event ID as object hash.

Return type

int