bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / polynomial / _polybase / ABCPolyBase / has_sametype
function
numpy.polynomial._polybase:ABCPolyBase.has_sametype
source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/_polybase.py :240
Signature
def has_sametype ( self , other ) Summary
Check if types match.
Parameters
other: objectClass instance.
Returns
bool: booleanTrue if other is same class as self
Aliases
-
numpy.polynomial._polybase.ABCPolyBase.has_sametype