Home
last modified time | relevance | path

Searched defs:convert_to_python (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-sympy/sympy-1.9/sympy/parsing/
H A Dsym_expr.py176 def convert_to_python(self): member in SymPyExpression
/dports/devel/cpp2py/cpp2py-2.0.0/c++/cpp2py/
H A Dpy_converter.hpp194 template <typename T> static PyObject *convert_to_python(T &&x) { in convert_to_python() function