motorhead.operator
All
And
ClauseOperator
Base class for clause sequence based operators.
Source code in motorhead/operator.py
DirectEq
ElemMatch
Bases: KeyValueOperator
$elemMatch
MongoDB operator.
Source code in motorhead/operator.py
Eq
Exists
Gt
Gte
In
KeyValueOperator
Base class for key-value pair based operators.
Source code in motorhead/operator.py
Lt
Lte
Ne
Nor
Not
NotIn
Or
Raw
Clause that wraps a raw, MongoDB-compatible dict.