Searched refs:PyObject_CallMethod (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/python/ |
| H A D | pythonsys.c | 88 static PyObject *(*PyObject_CallMethod)(PyObject *, const char *, const char *, ...); variable 121 PetscCall(PetscDLPyLibSym("PyObject_CallMethod", &PyObject_CallMethod)); in PetscPythonLoadLibrary() 226 Py_DecRef(PyObject_CallMethod(sys_path, "insert", "is", zero, (char *)path)); in PetscPythonInitialize() 231 Py_DecRef(PyObject_CallMethod(sys_path, "insert", "is", zero, rpath)); in PetscPythonInitialize()
|