Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c12140 unicode_hash(PyObject *self) in unicode_hash() function
15752 (hashfunc) unicode_hash, /* tp_hash*/
15889 (void)unicode_hash(s); in PyUnicode_InternInPlace()