MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / accept

Method accept

mongoengine/queryset/visitor.py:94–95  ·  view source on GitHub ↗
(self, visitor)

Source from the content-addressed store, hash-verified

92 return query
93
94 def accept(self, visitor):
95 raise NotImplementedError
96
97 def _combine(self, other, operation):
98 """Combine this node with another node into a QCombination

Callers 1

to_queryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected