context.h File Reference

Macros

#define PyContext_CheckExact(o)
 
#define PyContextVar_CheckExact(o)
 
#define PyContextToken_CheckExact(o)
 

Typedefs

typedef struct _pycontextobject PyContext
 
typedef struct _pycontextvarobject PyContextVar
 
typedef struct _pycontexttokenobject PyContextToken
 

Functions

 PyAPI_DATA (PyTypeObject) PyContext_Type
 
 PyAPI_FUNC (PyObject *) PyContext_New(void)
 
 PyAPI_FUNC (int) PyContext_Enter(PyObject *)
 

Variables

PyObjectdefault_value
 
PyObject PyObject ** value
 
PyObjecttoken
 

Macro Definition Documentation

◆ PyContext_CheckExact

#define PyContext_CheckExact (   o)

◆ PyContextVar_CheckExact

#define PyContextVar_CheckExact (   o)

◆ PyContextToken_CheckExact

#define PyContextToken_CheckExact (   o)

Typedef Documentation

◆ PyContext

typedef struct _pycontextobject PyContext

◆ PyContextVar

◆ PyContextToken

Function Documentation

◆ PyAPI_DATA()

PyAPI_DATA ( PyTypeObject  )

◆ PyAPI_FUNC() [1/2]

PyAPI_FUNC ( PyObject )

◆ PyAPI_FUNC() [2/2]

PyAPI_FUNC ( int  )

Variable Documentation

◆ default_value

PyObject * default_value

◆ value

PyObject* value

◆ token

PyObject* token