Exemplo n.º 1
0
 def __call__(self, *args):
     """
     __call__(Poly2D self, double atX, double atY) -> double
     __call__(Poly2D self, PyObject * x_input, PyObject * y_input) -> PyObject *
     """
     return _math_poly.Poly2D___call__(self, *args)
Exemplo n.º 2
0
 def __call__(self, atX, atY):
     """__call__(Poly2D self, double atX, double atY) -> double"""
     return _math_poly.Poly2D___call__(self, atX, atY)