OpenGrok
Cross Reference: object.h
xref
: /
external
/
python
/
cpython3
/
Include
/
object.h
Home
|
History
|
Annotate
|
Download
|
only in
Include
Lines Matching
full:hashfunc
333
typedef Py_hash_t (*
hashfunc
)(PyObject *);
369
hashfunc
tp_hash;