Exemple #1
0
 def __call__(self, *args):
     """
     __call__(Poly1D self, double at) -> double
     __call__(Poly1D self, PyObject * input) -> PyObject *
     """
     return _math_poly.Poly1D___call__(self, *args)
Exemple #2
0
 def __call__(self, at):
     """__call__(Poly1D self, double at) -> double"""
     return _math_poly.Poly1D___call__(self, at)