Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyhash.h93 PyAPI_FUNC(PyHash_FuncDef*) PyHash_GetFuncDef(void);
/third_party/python/Python/
Dpyhash.c221 PyHash_GetFuncDef(void) in PyHash_GetFuncDef() function
Dsysmodule.c1401 hashfunc = PyHash_GetFuncDef(); in get_hash_info()