class documentation

class SearchQueryCombinable:

Known subclasses: django.contrib.postgres.search.SearchQuery, django.contrib.postgres.search.CombinedSearchQuery

View In Hierarchy

Undocumented

Constant BITAND Undocumented
Constant BITOR Undocumented
Method __and__ Undocumented
Method __or__ Undocumented
Method __rand__ Undocumented
Method __ror__ Undocumented
Method ​_combine Undocumented
BITAND: str =

Undocumented

Value
'&&'
BITOR: str =

Undocumented

Value
'||'
def __and__(self, other):

Undocumented

def __or__(self, other):

Undocumented

def __rand__(self, other):

Undocumented

def __ror__(self, other):

Undocumented

def _combine(self, other, connector, reversed):

Undocumented