Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c848 contextvar_tp_hash(PyContextVar *self) in contextvar_tp_hash() function
1009 .tp_hash = (hashfunc)contextvar_tp_hash,