예제 #1
0
 def newbigint_fromrbigint(self, bigint):
     return W_BignumObject.newbigint_fromrbigint(self, bigint)
예제 #2
0
 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)