Searched refs:create_from_string (Results 1 – 5 of 5) sorted by relevance
163 def create_from_string(s, allow_condition=False,allow_missing_value=False): function184 condition = [create_from_string(x) for x in condition.split(',')]219 return [create_from_string(s, allow_condition) for s in string_list]
46 x = [property.create_from_string(ps) for ps in raw_properties]69 properties = [property.create_from_string(s) for s in raw_properties]
521 composite_property = property.create_from_string(composite_property_s)527 component_properties = [property.create_from_string(p) for p in component_properties_s]
162 pl = [property.create_from_string(s,False,True) for s in c.split('/')]
119 properties.append(property.create_from_string(option))