Home
last modified time | relevance | path

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

/petsc/src/sys/python/
H A Dpythonsys.c78 static PyObject *Py_None = NULL; variable
114 PetscCall(PetscDLPyLibSym("_Py_NoneStruct", &Py_None)); in PetscPythonLoadLibrary()
132 …PetscCheck(Py_None, PETSC_COMM_SELF, PETSC_ERR_LIB, "Python: failed to load symbols from Python dy… in PetscPythonLoadLibrary()
276 PyErr_Display(exc ? exc : Py_None, val ? val : Py_None, tb ? tb : Py_None); in PetscPythonPrintError()
/petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/
H A Dpetsc4py.i357 if (input == Py_None) { in Type()
380 if (input == Py_None) { in Type()