Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c821 contextvar_tp_clear(PyContextVar *self) in contextvar_tp_clear() function
843 (void)contextvar_tp_clear(self); in contextvar_tp_dealloc()
1006 .tp_clear = (inquiry)contextvar_tp_clear,