Home | History | Annotate | Download | only in Python

Lines Matching full:hashfunc

835     PyHash_FuncDef *hashfunc;
839 hashfunc = PyHash_GetFuncDef();
851 PyUnicode_FromString(hashfunc->name));
853 PyLong_FromLong(hashfunc->hash_bits));
855 PyLong_FromLong(hashfunc->seed_bits));