Functions | |
def | pack |
def | unpack |
def rqt_py_common.ini_helper.pack | ( | data | ) |
Packs 'data' into a form that can be easily and readably written to an ini file :param data: A list of strings or a list of items with a 'text' method to be flattened into a string ''list'' :return: A string suitable for output to ini files ''str''
Definition at line 34 of file ini_helper.py.
def rqt_py_common.ini_helper.unpack | ( | data | ) |
Unpacks the values read from an ini file :param data: An entry taken from an ini file ''list or string'' :return: A list of strings ''list''
Definition at line 55 of file ini_helper.py.