Searched defs:sep_chars (Results 1 - 1 of 1) sorted by relevance
/pkg/src/modules/ |
H A D | search_storage.py | 229 sep_chars = [" ", "!", "@", "#", ","] variable in class:IndexStoreMainDict 263 split_chars = IndexStoreMainDict.sep_chars 320 consistent, and must match the length of "sep_chars" and 324 sep_chars = IndexStoreMainDict.sep_chars 328 res += "{0}{1}".format(sep_chars[0], action_type) 331 res += "{0}{1}".format(sep_chars[1], subtype) 334 res += "{0}{1}".format(sep_chars[2], 338 res += "{0}{1}".format(sep_chars[3], 342 sep_chars[ [all...] |
Completed in 24 milliseconds