module documentation
(source)

Astroid hooks for numpy.core.numeric module.
Function numpy​_core​_numeric​_transform Undocumented
Constant METHODS​_TO​_BE​_INFERRED Undocumented
Variable inference​_function Undocumented
def numpy_core_numeric_transform(): (source)

Undocumented

METHODS_TO_BE_INFERRED: dict[str, str] = (source)

Undocumented

Value
{'ones': '''def ones(shape, dtype=None, order=\'C\'):
            return numpy.ndarray([0, 0])'''}
inference_function = (source)

Undocumented