示例#1
0
 def exponentBase(*args):
     return _TOSSIM.MAC_exponentBase(*args)
示例#2
0
文件: TOSSIM.py 项目: sywxh2012/wcps
 def exponentBase(self): return _TOSSIM.MAC_exponentBase(self)
 def maxIterations(self): return _TOSSIM.MAC_maxIterations(self)
示例#3
0
 def exponentBase(self):
     return _TOSSIM.MAC_exponentBase(self)
示例#4
0
 def exponentBase(*args): return _TOSSIM.MAC_exponentBase(*args)
 def maxIterations(*args): return _TOSSIM.MAC_maxIterations(*args)