Go to the source code of this file.
|
def | lib.tools_parse.list1D (item, i_type='int', autosort=True, removeEmpty=True) |
| The following functions are used for parsing config string data. More...
|
|
def | lib.tools_parse.list2D (item, i_type='int') |
|
def | lib.tools_parse.list3D (item, i_type='int') |
|
def | lib.tools_parse.lists2str (data) |
|
def | lib.tools_parse.str2bool (string) |
|
def | lib.tools_parse.versionStringParser (string) |
|
def | lib.tools_parse.versionIsMoreRecent (versionList1, versionList2, verificationDepth=3, orEqual=False) |
|
def | lib.tools_parse.versionFromHgCommit (default='') |
|
def | lib.tools_parse.clean_file_name (filename, repl='_') |
|
def | lib.tools_parse.clean_file_path (filename, repl='_') |
|
def | lib.tools_parse.multilineTrim (docstring) |
|
def | lib.tools_parse.uni2tex (text) |
|