bundles / numpy 2.4.4 / numpy / polynomial / _polybase / ABCPolyBase / has_sametype
function
numpy.polynomial._polybase:ABCPolyBase.has_sametype
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