Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c832 contextvar_tp_traverse(PyContextVar *self, visitproc visit, void *arg) in contextvar_tp_traverse() function
1005 .tp_traverse = (traverseproc)contextvar_tp_traverse,