Esempio n. 1
0
 def newbigint_fromrbigint(self, bigint):
     return W_BignumObject.newbigint_fromrbigint(self, bigint)
Esempio n. 2
0
 def newbigint_fromint(self, intvalue):
     return W_BignumObject.newbigint_fromint(self, intvalue)
Esempio n. 3
0
 def newbigint_fromfloat(self, floatvalue):
     return W_BignumObject.newbigint_fromfloat(self, floatvalue)
Esempio n. 4
0
 def newbigint_fromrbigint(self, bigint):
     return W_BignumObject.newbigint_fromrbigint(self, bigint)
Esempio n. 5
0
 def newbigint_fromfloat(self, floatvalue):
     return W_BignumObject.newbigint_fromfloat(self, floatvalue)
Esempio n. 6
0
 def newbigint_fromint(self, intvalue):
     return W_BignumObject.newbigint_fromint(self, intvalue)