This is documentation for an old release of SciPy (version 1.8.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.interpolate.InterpolatedUnivariateSpline.get_knots#

InterpolatedUnivariateSpline.get_knots()[source]#

Return positions of interior knots of the spline.

Internally, the knot vector contains 2*k additional boundary knots.