machinalis / mypy-data

mypy typesheds for the Python data stack
BSD 3-Clause "New" or "Revised" License
86 stars 23 forks source link

Fix types for __i*__ magic methods #13

Open dmoisset opened 8 years ago

dmoisset commented 8 years ago

Current versions of __iadd__, __imul__ etc return None, while they should return the same type as __mul__