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.
this page was rendered by a django application in 0.00s 2012-03-17 16:12:42.720060. hosted by webfaction.