Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcontext.c56 static PyContextToken *
282 PyContextToken *tok = token_new(ctx, var, old_val); in PyContextVar_Set()
300 PyContextToken *tok = (PyContextToken *)otok; in PyContextVar_Reset()
1095 token_tp_clear(PyContextToken *self) in token_tp_clear()
1104 token_tp_traverse(PyContextToken *self, visitproc visit, void *arg) in token_tp_traverse()
1113 token_tp_dealloc(PyContextToken *self) in token_tp_dealloc()
1121 token_tp_repr(PyContextToken *self) in token_tp_repr()
1169 token_get_var(PyContextToken *self, void *Py_UNUSED(ignored)) in token_get_var()
1176 token_get_old_value(PyContextToken *self, void *Py_UNUSED(ignored)) in token_get_old_value()
1201 sizeof(PyContextToken),
[all …]
/third_party/python/Include/
Dcontext.h17 typedef struct _pycontexttokenobject PyContextToken; typedef
/third_party/python/Doc/c-api/
Dcontextvars.rst16 :c:type:`PyContextToken`, e.g.::
41 .. c:type:: PyContextToken