deimos.python.context

Mirror context.h

Members

Functions

PyContextToken_CheckExact
bool PyContextToken_CheckExact(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyContextVar_CheckExact
bool PyContextVar_CheckExact(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyContextVar_Get
int PyContextVar_Get(PyContextVar* var, PyObject* default_value, PyObject** value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyContextVar_New
PyContextVar* PyContextVar_New(char* name, PyObject* default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyContextVar_Reset
int PyContextVar_Reset(PyContextVar* var, PyContextToken* token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyContextVar_Set
PyContextToken* PyContextVar_Set(PyContextVar* var, PyObject* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyContext_CheckExact
bool PyContext_CheckExact(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyContext_ClearFreeList
int PyContext_ClearFreeList()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyContext_Copy
PyContext* PyContext_Copy(PyContext* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyContext_CopyCurrent
PyContext* PyContext_CopyCurrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyContext_Enter
PyContext* PyContext_Enter(PyContext* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyContext_Exit
PyContext* PyContext_Exit(PyContext* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyContext_New
PyContext* PyContext_New()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta