SCL.essa_par Namespace Reference

Functions

def process_nested_parent_str (attr_str)
 
def process_nested_parent_str2 (attr_str, idx=0)
 

Function Documentation

◆ process_nested_parent_str()

def SCL.essa_par.process_nested_parent_str (   attr_str)
The first letter should be a parenthesis
input string: "(1,4,(5,6),7)"
output: tuple (1,4,(4,6),7)

◆ process_nested_parent_str2()

def SCL.essa_par.process_nested_parent_str2 (   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.essa_par.process_nested_parent_str2().

Referenced by SCL.essa_par.process_nested_parent_str2().