caosadvancedtools.scifolder.result_table_cfood module#

class caosadvancedtools.scifolder.result_table_cfood.ResultTableCFood(*args, **kwargs)#

Bases: AbstractFileCFood

create_identifiables()#

should set the instance variable Container with the identifiables

static get_re()#

Returns the regular expression used to identify files that shall be processed

This function shall be implemented by subclasses.

static name_beautifier(x)#
property_name_re = re.compile('^(?P<pname>.+?)\\s*(\\[\\s?(?P<unit>.*?)\\s?\\] *)?$')#
table_re = 'result_table_(?P<recordtype>.*).csv$'#
update_identifiables()#

Changes the identifiables as needed and adds changed identifiables to self.to_be_updated

win_paths = []#