class documentation

class RangeOperators: (source)

View In Hierarchy

Undocumented

Constant ADJACENT_TO Undocumented
Constant CONTAINED_BY Undocumented
Constant CONTAINS Undocumented
Constant EQUAL Undocumented
Constant FULLY_GT Undocumented
Constant FULLY_LT Undocumented
Constant NOT_EQUAL Undocumented
Constant NOT_GT Undocumented
Constant NOT_LT Undocumented
Constant OVERLAPS Undocumented
ADJACENT_TO: str = (source)

Undocumented

Value
'-|-'
CONTAINED_BY: str = (source)

Undocumented

Value
'<@'
CONTAINS: str = (source)

Undocumented

Value
'@>'

Undocumented

Value
'='
FULLY_GT: str = (source)

Undocumented

Value
'>>'
FULLY_LT: str = (source)

Undocumented

Value
'<<'
NOT_EQUAL: str = (source)

Undocumented

Value
'<>'

Undocumented

Value
'&<'

Undocumented

Value
'&>'
OVERLAPS: str = (source)

Undocumented

Value
'&&'