Go to the source code of this file.
Namespaces | |
CommonUtil | |
Variables | |
list | CommonUtil.a = [1,2,3,4,5] |
tuple | CommonUtil.b = array.array('f') |
list | CommonUtil.lst = ['I1','I2','I1','I3','I4','I4','I7','I7','I7','I7','I7'] |
tuple | CommonUtil.myblob = packArraytoBlob(a) |
list | CommonUtil.nested = [[[1,2],[6,6,8]],[[3,4,5],[4,5]]] |
tuple | CommonUtil.pp = json.loads(result) |
tuple | CommonUtil.result = tolegalJSON('{1:[],2:[[1,3],[4,5]]}') |
list | CommonUtil.seqbag = [[1,2,3],[1,3,3],[1,4,6],[4,5,6,7],[8,9]] |