H A D | pdmgen.py | 52 def get_index(objs, cls, name, config=None): argument 58 for i, x in enumerate(objs.get(cls, [])): 68 def exists(objs, cls, name, config=None): argument 73 get_index(objs, cls, name, config) 253 def factory(self, objs): argument 259 def setup(self, objs): argument 280 def factory(self, objs): argument 288 add_unique(ConfigEntry(configfile=self.configfile, **args), objs) 291 add_unique(ConfigEntry(configfile=self.configfile, **args), objs) 293 super(Path, self).factory(objs) [all …]
|