Exemple #1
0
    def _snapInAnalysisModules(self):
        '''
        Snap in the analysis modules which are appropriate for the 
        format/architecture/platform of this workspace by calling
        '''
        if self._mods_loaded:
            return

        viv_analysis.addAnalysisModules(self)
        self._mods_loaded = True
Exemple #2
0
    def _snapInAnalysisModules(self):
        '''
        Snap in the analysis modules which are appropriate for the 
        format/architecture/platform of this workspace by calling
        '''
        if self._mods_loaded:
            return

        viv_analysis.addAnalysisModules(self)
        self._mods_loaded = True