class _NumpyPlugin(Plugin):
Method | get_additional_deps |
Handle all import-based overrides. |
Method | get_type_analyze_hook |
Set the precision of platform-specific numpy.number subclasses. |
Handle all import-based overrides.
numpy.number
subclasses (e.g. numpy.float96
, numpy.float128
and
numpy.complex256
).ctypes
equivalent to numpy.intp
.Parameters | |
file:MypyFile | Undocumented |
Returns | |
list[ | Undocumented |
Set the precision of platform-specific numpy.number
subclasses.
For example: numpy.int_
, numpy.longlong
and numpy.longdouble
.
Parameters | |
fullname:str | Undocumented |
Returns | |
None|_HookFunc | Undocumented |