Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ __or__
Method
__or__
django/db/models/query_utils.py:87–88 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
85
return
obj
86
87
def
__or__(self, other):
88
return
self._combine(other, self.OR)
89
90
def
__and__(self, other):
91
return
self._combine(other, self.AND)
Callers
nothing calls this directly
Calls
1
_combine
Method · 0.95
Tested by
no test coverage detected