##// END OF EJS Templates
add Integer traitlet...
add Integer traitlet Most int traits are now Integers Integer differs from Long only in that small `long`s are cast to `int`, rather than all `int`s being cast to `long`: Integer(4L) => 4 Long(4) => 4L closes gh-942, closes gh-996. Rebased to avoid recursive merge for just one commit.
MinRK -
r5344:293d3eed
Show More
Name Size Modified Last Commit Author
/ IPython / extensions
tests
__init__.py Loading ...
autoreload.py Loading ...
parallelmagic.py Loading ...
sympyprinting.py Loading ...