Home | History | Annotate | Download | only in afe

Lines Matching refs:_custom_joins

44             self._custom_joins = []
49 obj._custom_joins = list(self._custom_joins)
55 if hasattr(rhs, '_custom_joins'):
56 self._custom_joins.extend(rhs._custom_joins)
68 self._custom_joins.append(join_dict)
80 _custom_joins=[])