neosqlite.collection.expr_evaluator.python_evaluators.type_ops module¶
Type conversion and BSON type Python evaluators.
- class neosqlite.collection.expr_evaluator.python_evaluators.type_ops.TypePythonMixin[source]¶
Bases:
BasePythonMixinType inspection/conversion operators and thin converter wrappers.
- _evaluate_type_python(operator: str, operands: list[Any], document: dict[str, Any]) Any[source]¶
Evaluate type conversion operators in Python.