MCPcopy
hub / github.com/django/django / __invert__

Method __invert__

django/contrib/postgres/search.py:499–502  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

497 return "%s", (param,)
498
499 def __invert__(self):
500 cloned = self.copy()
501 cloned.invert = not self.invert
502 return cloned
503
504
505class CombinedLexeme(LexemeCombinable, CombinedExpression):

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected