コード例 #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
ファイル: TOSSIM.py プロジェクト: MahoSata/wip2015s
 def exponentBase(*args): return _TOSSIM.MAC_exponentBase(*args)
 def maxIterations(*args): return _TOSSIM.MAC_maxIterations(*args)