Ejemplo n.º 1
0
 def __eq__(self, p):
     """__eq__(Poly2D self, Poly2D p) -> bool"""
     return _math_poly.Poly2D___eq__(self, p)
Ejemplo n.º 2
0
 def __eq__(*args):
     """__eq__(self, Poly2D p) -> bool"""
     return _math_poly.Poly2D___eq__(*args)