module documentation

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