Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testinternalcapi.c122 hashtable_cb(_Py_hashtable_t *table, in hashtable_cb() function
184 int res = _Py_hashtable_foreach(table, hashtable_cb, &count); in test_hashtable()