↓ 27 callersClassvectorize vectorize(pyfunc=np._NoValue, otypes=None, doc=None, excluded=None, cache=False, signature=None) Returns an object that acts like pyfunc
numpy/lib/function_base.py:2118
↓ 6 callersClassChebyshevA Chebyshev series class. The Chebyshev class provides the standard Python numerical methods '+', '-', '*', '//', '%', 'divmod', '**', and '(
numpy/polynomial/chebyshev.py:1995
↓ 6 callersClassPolynomialA power series class. The Polynomial class provides the standard Python numerical methods '+', '-', '*', '//', '%', 'divmod', '**', and '()'
numpy/polynomial/polynomial.py:1472