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