Functions | |
| def | process_nested_parent_str (attr_str, idx=0) |
| def SCL.Utils.process_nested_parent_str | ( | attr_str, | |
idx = 0 |
|||
| ) |
The first letter should be a parenthesis input string: "(1,4,(5,6),7)" output: ['1','4',['5','6'],'7']
References SCL.Utils.process_nested_parent_str().
Referenced by SCL.Utils.process_nested_parent_str().