Searched refs:python_context (Results 1 – 4 of 4) sorted by relevance
111 void *python_context123 if obj.python_context != NULL:124 return <object>obj.python_context127 obj.python_context = <void*>PyDict_New()128 return <object>obj.python_context
45 cdef PyObject *d = <PyObject*>p.python_context
114 void *python_context = obj->python_context; in PetscHeaderDestroy_Private() local117 obj->python_context = NULL; in PetscHeaderDestroy_Private()119 PetscCall((*python_destroy)(python_context)); in PetscHeaderDestroy_Private()
143 void *python_context; member