Home
last modified time | relevance | path

Searched refs:PyImport_ImportModule (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/python/
H A Dpythonsys.c89 static PyObject *(*PyImport_ImportModule)(const char *); variable
122 PetscCall(PetscDLPyLibSym("PyImport_ImportModule", &PyImport_ImportModule)); in PetscPythonLoadLibrary()
246 …PetscStackCallExternalVoid("PyImport_ImportModule", module = PyImport_ImportModule("petsc4py.PETSc… in PetscPythonInitialize()