Home | History | Annotate | Download | only in python2.7

Lines Matching refs:bigint

1694     def _unpack_cookie(self, bigint):
1695 rest, position = divmod(bigint, 1<<64)