sys.maxint
maxint
The largest positive integer supported by Python’s regular integer
type. This is at least 2**31-1. The largest negative integer is
-maxint-1 — the asymmetry results from the use of 2’s complement
binary arithmetic.
maxint
The largest positive integer supported by Python’s regular integer
type. This is at least 2**31-1. The largest negative integer is
-maxint-1 — the asymmetry results from the use of 2’s complement
binary arithmetic.
rendered by a django application. hosted by webfaction.