MCPcopy Index your code
hub / github.com/O365/python-o365 / ChainOperator

Class ChainOperator

O365/utils/utils.py:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78class ChainOperator(Enum):
79 AND = 'and'
80 OR = 'or'
81
82
83class TrackerSet(set):

Callers 2

newMethod · 0.85
chainMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected