예제 #1
0
 def __eq__(self, p):
     """__eq__(Poly2D self, Poly2D p) -> bool"""
     return _math_poly.Poly2D___eq__(self, p)
예제 #2
0
파일: math_poly.py 프로젝트: uvbs/nitro
 def __eq__(*args):
     """__eq__(self, Poly2D p) -> bool"""
     return _math_poly.Poly2D___eq__(*args)