This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

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 : object

Class instance.

Returns

bool : boolean

True if other is same class as self

Aliases

  • numpy.polynomial._polybase.ABCPolyBase.has_sametype