pylint-bot / test

0 stars 0 forks source link

Add range support #152

Open pylint-bot opened 9 years ago

pylint-bot commented 9 years ago

Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore?)


This will need to return a smart object, so that range(10000000) doesn't actually generates an astroid.List with that number of elements. The object could be in the same vein as objects.Super, providing some start, end and step attributes.