Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dsysmodule.c962 static PyStructSequence_Desc hash_info_desc = { variable
2341 if (PyStructSequence_InitType2(&Hash_InfoType, &hash_info_desc) < 0) { in _PySys_BeginInit()