antimatter.constants.capability#

Module Contents#

Classes#

CapabilityOperator

Enum class for defining the operator of the match expression.

class antimatter.constants.capability.CapabilityOperator#

Bases: str, enum.Enum

Enum class for defining the operator of the match expression.

In = 'In'#
NotIn = 'NotIn'#
Exists = 'Exists'#
NotExists = 'NotExists'#