Exemplo n.º 1
0
 def __isub__(self, p):
     """__isub__(Poly1D self, Poly1D p) -> Poly1D"""
     return _math_poly.Poly1D___isub__(self, p)
Exemplo n.º 2
0
 def __isub__(*args):
     """__isub__(self, Poly1D p) -> Poly1D"""
     return _math_poly.Poly1D___isub__(*args)