{ } Raw JSON

bundles / numpy 2.4.4 / numpy / polynomial / _polybase / ABCPolyBase / has_sametype

function

numpy.polynomial._polybase:ABCPolyBase.has_sametype

source: /numpy/polynomial/_polybase.py :240

Signature

def   has_sametype ( self other )

Summary

Check if types match.

Parameters

other : object

Class instance.

Returns

bool : boolean

True if other is same class as self

Aliases

  • numpy.polynomial._polybase.ABCPolyBase.has_sametype