Searched refs:py2_const_cast (Results 1 – 1 of 1) sorted by relevance
184 inline const char *py2_const_cast(const char *s) { return s; } in py2_const_cast() function322 PyObject_CallMethod(m_py_obj, py2_const_cast(name),323 py2_const_cast(format), PythonFormat<T>::get(t)...);332 PyObject *obj = PyObject_CallFunction(m_py_obj, py2_const_cast(format),