machinalis / mypy-data

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

Fix signatures for functions accepting file objects #2

Open dmoisset opened 8 years ago

dmoisset commented 8 years ago

Functions that accept file objects (Currently: ndarray.tofile and numpy.fromfile) should have arguments declared as typing.io.IO.

This is blocked by python/mypy#1462