Пример #1
0
 def __init__(self, args,out_file='test.xml'):
     ConfigurationMixIn.__init__(self, usage=__doc__)
     IdGeneratorMixIn.__init__(self)
     insert_default_options()
     self.manager = AstroidManager()
     self.register_options_provider(self.manager)
     args = self.load_command_line_configuration()
     self._out_file = out_file
     self.run(args)
     pass
Пример #2
0
 def __init__(self, ucfr_xml, out_file):
     UCFRHandler.__init__(self, ucfr_xml)
     IdGeneratorMixIn.__init__(self)
     self.__out_file = out_file
     self.run()
Пример #3
0
 def __init__(self,lcfg_xml,out_dir):
     UCFRHandler.__init__(self, lcfg_xml)
     IdGeneratorMixIn.__init__(self)
     self._out_dir = out_dir
     self.run()
Пример #4
0
 def __init__(self, project):
     IdGeneratorMixIn.__init__(self)
     DuckLinker.__init__(self)
     self._duck_handler = DuckTypeHandler()
Пример #5
0
 def __init__(self,lcfg_xml):
     UCFRHandler.__init__(self, lcfg_xml)
     IdGeneratorMixIn.__init__(self)
 def __init__(self, project_name, out_xml):
     IdGeneratorMixIn.__init__(self)
     DuckLinker.__init__(self)
     self._project_name = project_name
     self._out_xml = out_xml