Home
last modified time | relevance | path

Searched defs:_pycontexttokenobject (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Include/internal/
Dcontext.h28 struct _pycontexttokenobject { struct
30 PyContext *tok_ctx;
31 PyContextVar *tok_var;
32 PyObject *tok_oldval;
33 int tok_used;