Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c422 context_tp_clear(PyContext *self) in context_tp_clear() function
445 (void)context_tp_clear(self); in context_tp_dealloc()
670 .tp_clear = (inquiry)context_tp_clear,