MCPcopy Create free account
hub / github.com/MongoEngine/mongoengine / visit_query

Method visit_query

mongoengine/queryset/visitor.py:22–24  ·  view source on GitHub ↗

Called by (New)Q objects.

(self, query)

Source from the content-addressed store, hash-verified

20 return combination
21
22 def visit_query(self, query):
23 """Called by (New)Q objects."""
24 return query
25
26
27class DuplicateQueryConditionsError(InvalidQueryError):

Callers 1

acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected