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