Beispiel #1
0
 def copyFrom(self, p):
     """copyFrom(Poly1D self, Poly1D p)"""
     return _math_poly.Poly1D_copyFrom(self, p)
Beispiel #2
0
 def copyFrom(*args):
     """copyFrom(self, Poly1D p)"""
     return _math_poly.Poly1D_copyFrom(*args)