Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c55 static PyContextToken *
262 PyContextToken *tok = token_new(ctx, var, old_val); in PyContextVar_Set()
280 PyContextToken *tok = (PyContextToken *)otok; in PyContextVar_Reset()
1034 token_tp_clear(PyContextToken *self) in token_tp_clear()
1043 token_tp_traverse(PyContextToken *self, visitproc visit, void *arg) in token_tp_traverse()
1052 token_tp_dealloc(PyContextToken *self) in token_tp_dealloc()
1060 token_tp_repr(PyContextToken *self) in token_tp_repr()
1108 token_get_var(PyContextToken *self, void *Py_UNUSED(ignored)) in token_get_var()
1115 token_get_old_value(PyContextToken *self, void *Py_UNUSED(ignored)) in token_get_old_value()
1134 sizeof(PyContextToken),
[all …]
/external/python/cpython3/Include/
Dcontext.h17 typedef struct _pycontexttokenobject PyContextToken; typedef
/external/python/cpython3/Doc/c-api/
Dcontextvars.rst16 :c:type:`PyContextToken`, e.g.::
41 .. c:type:: PyContextToken