bundles / numpy latest / numpy / polynomial / _polybase
module
numpy.polynomial._polybase
source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/_polybase.py :0
Summary
Abstract base class for the various polynomial Classes.
Extended Summary
The ABCPolyBase class provides the methods needed to implement the common API for the various polynomial classes. It operates as a mixin, but uses the abc module from the stdlib, hence it is only available for Python >= 2.6.
Additional content
Abstract base class for the various polynomial Classes.
The ABCPolyBase class provides the methods needed to implement the common API for the various polynomial classes. It operates as a mixin, but uses the abc module from the stdlib, hence it is only available for Python >= 2.6.
Aliases
-
numpy.polynomial._polybase