Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c1189 PyTypeObject PyContextTokenMissing_Type = { variable
1208 PyContextTokenMissing, &PyContextTokenMissing_Type); in get_token_missing()
1255 (PyType_Ready(&PyContextTokenMissing_Type) < 0)) in _PyContext_Init()