def __init__(self, link, **kwargs): """C'tor """ ConfigMaker.__init__(self, link, options=kwargs.get('options', self.default_options.copy()))
def __init__(self, link, **kwargs): """C'tor """ ConfigMaker.__init__(self, link, options=kwargs.get('options', ConfigMaker_SrcmapsCatalog.default_options.copy())) self.link = link
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_healview.default_options.copy()))
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()))