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

Method visit_combination

mongoengine/queryset/visitor.py:18–20  ·  view source on GitHub ↗

Called by QCombination objects.

(self, combination)

Source from the content-addressed store, hash-verified

16 """Base visitor class for visiting Q-object nodes in a query tree."""
17
18 def visit_combination(self, combination):
19 """Called by QCombination objects."""
20 return combination
21
22 def visit_query(self, query):
23 """Called by (New)Q objects."""

Callers 1

acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected