Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c1034 token_tp_clear(PyContextToken *self) in token_tp_clear() function
1055 (void)token_tp_clear(self); in token_tp_dealloc()
1140 .tp_clear = (inquiry)token_tp_clear,