コード例 #1
0
 def make(self, argument=None):
     """Performs a make on the application. The unix exit code is 
        returned. Any arguments given are passed onto as in
        dv.make('clean').
     """
     import GangaLHCb.Lib.Applications.FileFunctions
     return FileFunctions.make(self, argument)
コード例 #2
0
ファイル: AppsBase.py プロジェクト: MannyMoo/ganga
 def make(self, argument=None):
     """Performs a make on the application. The unix exit code is 
        returned. Any arguments given are passed onto as in
        dv.make('clean').
     """
     import GangaLHCb.Lib.Applications.FileFunctions
     return FileFunctions.make(self, argument)