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

Method accept

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

Source from the content-addressed store, hash-verified

181 return self.__class__ == other.__class__ and self.query == other.query
182
183 def accept(self, visitor):
184 return visitor.visit_query(self)
185
186 @property
187 def empty(self):

Callers 2

to_queryMethod · 0.45
acceptMethod · 0.45

Calls 1

visit_queryMethod · 0.45

Tested by

no test coverage detected