Type hinting / annotation (PEP 484) for numpy.ndarray

前端 未结 5 993
旧时难觅i
旧时难觅i 2020-12-14 14:03

Has anyone implemented type hinting for the specific numpy.ndarray class?

Right now, I\'m using typing.Any, but it would be nice to have something more specific.

5条回答
提交回复
热议问题