SYMBOL INDEX (65 symbols across 3 files) FILE: leopards/Q.py function get_key_op (line 4) | def get_key_op(key:str): function convert_value (line 16) | def convert_value(v:str, value_type:type): function evaluate (line 30) | def evaluate(value:type, op:str, qv:type): function check (line 61) | def check(value:type, op:str, qv:type): FILE: leopards/Query.py function Q (line 7) | def Q(iterable:list, query:dict=None, convert_types=True, **kwargs): function Count (line 45) | def Count(iterable:list, cols:list=None, col_name:str='count'): function Max (line 71) | def Max(iterable:list, col_name:str, cols:list=None, dtype=str): function Min (line 101) | def Min(iterable:list, col_name:str, cols:list=None, dtype=str): function Sum (line 132) | def Sum(iterable:list, col_name:str, cols:list=None): function Avg (line 158) | def Avg(iterable:list, col_name:str, cols:list=None): FILE: tests/test_leopards.py function Q (line 10) | def Q(data,query=None,convert_types=True,**kwargs): class Employee (line 14) | class Employee: method __init__ (line 15) | def __init__(self,name,age): class TestConditions (line 20) | class TestConditions(unittest.TestCase): method test_eq (line 21) | def test_eq(self): method test_neq (line 24) | def test_neq(self): method test_neq2 (line 27) | def test_neq2(self): method test_gt (line 30) | def test_gt(self): method test_gte (line 33) | def test_gte(self): method test_lt (line 37) | def test_lt(self): method test_lte (line 40) | def test_lte(self): method test_in (line 43) | def test_in(self): method test_nin (line 46) | def test_nin(self): method test_contains (line 49) | def test_contains(self): method test_ncontains (line 52) | def test_ncontains(self): method test_contains2 (line 55) | def test_contains2(self): method test_ncontains2 (line 58) | def test_ncontains2(self): method test_icontains (line 61) | def test_icontains(self): method test_icontains2 (line 64) | def test_icontains2(self): method test_nicontains (line 67) | def test_nicontains(self): method test_nicontains2 (line 70) | def test_nicontains2(self): method test_null (line 73) | def test_null(self): method test_null2 (line 76) | def test_null2(self): method test_startswith (line 79) | def test_startswith(self): method test_istartswith (line 82) | def test_istartswith(self): method test_nstartswith (line 85) | def test_nstartswith(self): method test_endswith (line 88) | def test_endswith(self): method test_iendsswith (line 91) | def test_iendsswith(self): method test_nendswith (line 94) | def test_nendswith(self): class TestConverations (line 97) | class TestConverations(unittest.TestCase): method test_int (line 98) | def test_int(self): method test_bytes (line 101) | def test_bytes(self): method test_float (line 104) | def test_float(self): method test_decimal (line 108) | def test_decimal(self): class TestCombination (line 113) | class TestCombination(unittest.TestCase): method test_or (line 114) | def test_or(self): method test_and (line 120) | def test_and(self): method test_not (line 125) | def test_not(self): class TestObjects (line 129) | class TestObjects(unittest.TestCase): method test_obj (line 130) | def test_obj(self): class TestException (line 133) | class TestException(unittest.TestCase): method testInt (line 134) | def testInt(self): class TestAgg (line 137) | class TestAgg(unittest.TestCase): method testCountDefault (line 138) | def testCountDefault(self): method testCountDefault2 (line 142) | def testCountDefault2(self): method testCountCol (line 146) | def testCountCol(self): method testCountCol2 (line 151) | def testCountCol2(self): method testMax (line 156) | def testMax(self): method testMax2 (line 161) | def testMax2(self): method testMin (line 166) | def testMin(self): method testMin2 (line 171) | def testMin2(self): method testSum (line 177) | def testSum(self): method testSum2 (line 183) | def testSum2(self): method testAvg (line 189) | def testAvg(self): method testAvg2 (line 195) | def testAvg2(self):