Home | History | Annotate | Download | only in Python

Lines Matching defs:hashfunc

974     PyHash_FuncDef *hashfunc;
978 hashfunc = PyHash_GetFuncDef();
990 PyUnicode_FromString(hashfunc->name));
992 PyLong_FromLong(hashfunc->hash_bits));
994 PyLong_FromLong(hashfunc->seed_bits));