MCPcopy
hub / github.com/numpy/numpy / copy

Method copy

numpy/polynomial/_polybase.py:659–668  ·  view source on GitHub ↗

Return a copy. Returns ------- new_series : series Copy of self.

(self)

Source from the content-addressed store, hash-verified

657 #
658
659 def copy(self):
660 """Return a copy.
661
662 Returns
663 -------
664 new_series : series
665 Copy of self.
666
667 """
668 return self.__class__(self.coef, self.domain, self.window, self.symbol)
669
670 def degree(self):
671 """The degree of the series.

Callers 13

__getstate__Method · 0.45
as_seriesFunction · 0.45
trimcoefFunction · 0.45
_zseries_to_cseriesFunction · 0.45
_zseries_divFunction · 0.45
test_legfitMethod · 0.45
test_hermfitMethod · 0.45
test_hermefitMethod · 0.45
test_polyfitMethod · 0.45
test_lagfitMethod · 0.45
test_copyFunction · 0.45
test_copyMethod · 0.45

Calls

no outgoing calls

Tested by 8

test_legfitMethod · 0.36
test_hermfitMethod · 0.36
test_hermefitMethod · 0.36
test_polyfitMethod · 0.36
test_lagfitMethod · 0.36
test_copyFunction · 0.36
test_copyMethod · 0.36
test_chebfitMethod · 0.36