Lines Matching refs:generateFeature
1244 def generateFeature(self, fname, ftype, dictionary, explicit=False): member in Registry
1297 self.generateFeature(alias, 'type', self.typedict)
1302 self.generateFeature(requires, 'type', self.typedict)
1311 self.generateFeature(subtype.text, 'type', self.typedict)
1318 self.generateFeature(subtype.text, 'enum', self.enumdict)
1400 self.generateFeature(alias, 'command', self.cmddict)
1407 self.generateFeature(depname, 'type', self.typedict)
1411 self.generateFeature(alias, 'enum', self.enumdict)
1427 self.generateFeature(followupFeature, "type", self.typedict)
1437 self.generateFeature(t.get('name'), 'type', self.typedict, explicit=True)
1444 self.generateFeature(e.get('name'), 'enum', self.enumdict, explicit=True)
1446 self.generateFeature(c.get('name'), 'command', self.cmddict, explicit=True)