コード例 #1
0
ファイル: ParameterDialog.py プロジェクト: ayunnn/CompuCell3D
 def displayPythonScannableParameters(self, _pythonLine,
                                      _parameterScanFile):
     print '_pythonLine=', _pythonLine
     from ParameterScanUtils import ParameterScanUtils
     psu = ParameterScanUtils()
     foundGlobalVar = psu.checkPythonLineForGlobalVariable(_pythonLine)
     print 'foundGlobalVar=', foundGlobalVar
コード例 #2
0
from cc3d.twedit5.twedit.utils.global_imports import *
コード例 #3
0
 def displayPythonScannableParameters(self,_pythonLine,_parameterScanFile):        
     print '_pythonLine=',_pythonLine
     from ParameterScanUtils import ParameterScanUtils        
     psu=ParameterScanUtils()
     foundGlobalVar=psu.checkPythonLineForGlobalVariable(_pythonLine)
     print 'foundGlobalVar=',foundGlobalVar