module documentation

Astroid hooks for numpy.core.function_base module.

Constant METHODS_TO_BE_INFERRED Undocumented
Variable inference_function Undocumented
METHODS_TO_BE_INFERRED: dict[str, str] = (source)

Undocumented

Value
{'linspace': '''def linspace(start, stop, num=50, endpoint=True, retstep=False, 
dtype=None, axis=0):
            return numpy.ndarray([0, 0])''',
 'logspace': '''def logspace(start, stop, num=50, endpoint=True, base=10.0, dtyp
e=None, axis=0):
            return numpy.ndarray([0, 0])''',
 'geomspace': '''def geomspace(start, stop, num=50, endpoint=True, dtype=None, a
...
inference_function = (source)

Undocumented