Function | infer_numpy_member |
Undocumented |
Function | looks_like_numpy_member |
Returns True if the node is a member of numpy whose name is member_name. |
Function | numpy_supports_type_hints |
Returns True if numpy supports type hints |
Constant | NUMPY_VERSION_TYPE_HINTS_SUPPORT |
Undocumented |
Function | _get_numpy_version |
Return the numpy version number if numpy can be imported. Otherwise returns ('0', '0', '0') |
Function | _is_a_numpy_module |
Returns True if the node is a representation of a numpy module. |
Parameters | |
member_name:str | name of the member |
node:NodeNG | node to test |
Returns | |
bool | True if the node is a member of numpy |
Returns | |
Tuple[ | Undocumented |