|
CASP Python Libraries
This documentation primarily focuses on the usage of functions from 'casp', 'casp_be', 'casp_gpio' and 'casp_udio' namespaces.
|
This module provides helper functions that are used by other modules of this package. More...
Functions | |
| list[str] | SplitString (str in_str, str sep='$') |
| Function that splits an input string delimited by a specified character and returns the sub-strings. | |
This module provides helper functions that are used by other modules of this package.
| list[str] casp_utils.SplitString | ( | str | in_str, |
| str | sep = '$' ) |
Function that splits an input string delimited by a specified character and returns the sub-strings.
in_str: input string to split
sep: delimited character. defaulted to '$'
return value: returns a list of sub-strings resulted from the split.
Definition at line 8 of file casp_utils.py.