Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ __xor__
Method
__xor__
django/db/models/query_utils.py:93–94 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
91
return
self._combine(other, self.AND)
92
93
def
__xor__(self, other):
94
return
self._combine(other, self.XOR)
95
96
def
__invert__(self):
97
obj = self.copy()
Callers
nothing calls this directly
Calls
1
_combine
Method · 0.95
Tested by
no test coverage detected