Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c852 contextvar_tp_clear(PyContextVar *self) in contextvar_tp_clear() function
874 (void)contextvar_tp_clear(self); in contextvar_tp_dealloc()
1051 .tp_clear = (inquiry)contextvar_tp_clear,