コード例 #1
0
ファイル: objspace.py プロジェクト: Wanderfalke/topaz
 def newbigint_fromrbigint(self, bigint):
     return W_BignumObject.newbigint_fromrbigint(self, bigint)
コード例 #2
0
ファイル: objspace.py プロジェクト: Wanderfalke/topaz
 def newbigint_fromint(self, intvalue):
     return W_BignumObject.newbigint_fromint(self, intvalue)
コード例 #3
0
ファイル: objspace.py プロジェクト: gemoe100/topaz
 def newbigint_fromfloat(self, floatvalue):
     return W_BignumObject.newbigint_fromfloat(self, floatvalue)
コード例 #4
0
ファイル: objspace.py プロジェクト: fniephaus/topaz
 def newbigint_fromrbigint(self, bigint):
     return W_BignumObject.newbigint_fromrbigint(self, bigint)
コード例 #5
0
ファイル: objspace.py プロジェクト: fniephaus/topaz
 def newbigint_fromfloat(self, floatvalue):
     return W_BignumObject.newbigint_fromfloat(self, floatvalue)
コード例 #6
0
ファイル: objspace.py プロジェクト: fniephaus/topaz
 def newbigint_fromint(self, intvalue):
     return W_BignumObject.newbigint_fromint(self, intvalue)