{ } Raw JSON

bundles / numpy 2.4.4 / numpy / polynomial / _polybase / ABCPolyBase / has_samewindow

function

numpy.polynomial._polybase:ABCPolyBase.has_samewindow

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

Signature

def   has_samewindow ( self other )

Summary

Check if windows match.

Parameters

other : class instance

The other class must have the window attribute.

Returns

bool : boolean

True if the windows are the same, False otherwise.

Aliases

  • numpy.polynomial._polybase.ABCPolyBase.has_samewindow