Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c854 contextvar_tp_repr(PyContextVar *self) in contextvar_tp_repr() function
1010 .tp_repr = (reprfunc)contextvar_tp_repr,