QueryableList.constants
index

# Copyright (c) 2016, 2017 Timothy Savannah under the terms of the GNU Lesser General Public License version 2.1.
#  You should have received a copy of this as "LICENSE" with this source distribution. The full license is available at https://raw.githubusercontent.com/kata198/QueryableList/master/LICENSE

 
Data
        FILTER_METHODS = ('AND', 'OR')
FILTER_METHOD_AND = 'AND'
FILTER_METHOD_OR = 'OR'
FILTER_TYPES = {'contains', 'containsAny', 'customMatch', 'eq', 'gt', 'gte', ...}