コード例 #1
0
ファイル: cCdbWrapper.py プロジェクト: bnagy/BugId
 def fasGetCdbIdsForModuleFileNameInCurrentProcess(oCdbWrapper, sModuleFileName):
   from cCdbWrapper_fasGetCdbIdsForModuleFileNameInCurrentProcess import cCdbWrapper_fasGetCdbIdsForModuleFileNameInCurrentProcess;
   return cCdbWrapper_fasGetCdbIdsForModuleFileNameInCurrentProcess(oCdbWrapper, sModuleFileName);
コード例 #2
0
ファイル: cCdbWrapper.py プロジェクト: codecrack3/BugId
 def fasGetCdbIdsForModuleFileNameInCurrentProcess(oCdbWrapper, sModuleFileName):
   return cCdbWrapper_fasGetCdbIdsForModuleFileNameInCurrentProcess(oCdbWrapper, sModuleFileName);
コード例 #3
0
ファイル: cCdbWrapper.py プロジェクト: zhuyue1314/BugId
 def fasGetCdbIdsForModuleFileNameInCurrentProcess(oCdbWrapper,
                                                   sModuleFileName):
     return cCdbWrapper_fasGetCdbIdsForModuleFileNameInCurrentProcess(
         oCdbWrapper, sModuleFileName)