module documentation
Different utilities for the numpy brains
Function | infer |
Undocumented |
Function | looks |
Returns True if the node is a member of numpy whose name is member_name. |
Function | numpy |
Returns True if numpy supports type hints |
Constant | NUMPY |
Undocumented |
Function | _get |
Return the numpy version number if numpy can be imported. Otherwise returns ('0', '0', '0') |
Function | _is |
Returns True if the node is a representation of a numpy module. |
Returns True if the node is a member of numpy whose name is member_name.
Parameters | |
memberstr | name of the member |
node:NodeNG | node to test |
Returns | |
bool | True if the node is a member of numpy |