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