Searched refs:expand_subfeatures (Results 1 – 5 of 5) sorted by relevance
23 expanded_property_sets = [ps.expand_subfeatures() for ps in property_sets]
263 x = feature.expand_subfeatures([x])264 y = feature.expand_subfeatures([y])380 expanded.extend(feature.expand_subfeatures ([c], True))
331 def expand_subfeatures(self): member in PropertySet333 self.subfeatures_ = create(feature.expand_subfeatures(self.all_))
338 def expand_subfeatures(properties, dont_validate = False): function678 expanded = expand_subfeatures(properties)
163 pl = feature.expand_subfeatures(pl);