Book:
Help:
Guides:
Misc:
DEVELOPER API:
DEVELOPING ODEV:
from enum import IntEnum [docs]class OnlyIgnoreKind(IntEnum): NONE = 0 ONLY = 1 IGNORE = 2 __all__ = ["OnlyIgnoreKind"]