Bases: enum.Enum
Semantic resolution state of Elements
. Sema will use this information to discard duplicate work, e.g. when resolving elements in a group of related documents.
Initialization
-
none = 0
-
Active = 1
-
Resolved = 2
-
Cached = 3
-
classmethod __signature__()
-
__new__(value)
-
__repr__()
-
__str__()
-
__dir__()
Returns public methods and other interesting attributes.
-
__format__(format_spec)
-
__hash__()
-
__reduce_ex__(proto)
-
__deepcopy__(memo)
-
__copy__()
-
name()
The name of the Enum member.
-
value()
The value of the Enum member.