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