Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ __invert__
Method
__invert__
django/contrib/postgres/search.py:266–269 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
264
return
sql, params
265
266
def
__invert__(self):
267
clone = self.copy()
268
clone.invert = not self.invert
269
return
clone
270
271
def
__str__(self):
272
result = super().__str__()
Callers
nothing calls this directly
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected