Exemple #1
0
 def __init__(self, link, **kwargs):
     """C'tor
     """
     ConfigMaker.__init__(self,
                          link,
                          options=kwargs.get('options',
                                             self.default_options.copy()))
Exemple #2
0
 def __init__(self, link, **kwargs):
     """C'tor
     """
     ConfigMaker.__init__(self, link,
                          options=kwargs.get('options',
                                             ConfigMaker_SrcmapsCatalog.default_options.copy()))
     self.link = link
Exemple #3
0
 def __init__(self, link, **kwargs):
     """C'tor
     """
     ConfigMaker.__init__(self, link,
                          options=kwargs.get('options',
                                             ConfigMaker_SrcmapsCatalog.default_options.copy()))
     self.link = link
Exemple #4
0
 def __init__(self, chain, gather, **kwargs):
     """C'tor
     """
     ConfigMaker.__init__(self,
                          chain,
                          options=kwargs.get('options',
                                             self.default_options.copy()))
     self.gather = gather
Exemple #5
0
 def __init__(self, link, **kwargs):
     """C'tor
     """
     ConfigMaker.__init__(self, link,
                          options=kwargs.get('options',
                                             ConfigMaker_healview.default_options.copy()))
 def __init__(self, chain, gather, **kwargs):
     """C'tor
     """
     ConfigMaker.__init__(self, chain,
                          options=kwargs.get('options', self.default_options.copy()))
     self.gather = gather
 def __init__(self, link, **kwargs):
     """C'tor
     """
     ConfigMaker.__init__(self, link,
                          options=kwargs.get('options',
                                             ConfigMaker_MergeSrcmaps.default_options.copy()))
 def __init__(self, link, **kwargs):
     """C'tor
     """
     ConfigMaker.__init__(self, link,
                          options=kwargs.get('options',
                                             ConfigMaker_AssembleModel.default_options.copy()))