示例#1
0
 def __ne__(self, p):
     """__ne__(Poly2D self, Poly2D p) -> bool"""
     return _math_poly.Poly2D___ne__(self, p)
示例#2
0
文件: math_poly.py 项目: uvbs/nitro
 def __ne__(*args):
     """__ne__(self, Poly2D p) -> bool"""
     return _math_poly.Poly2D___ne__(*args)