PyHash API

另请参阅 PyTypeObject.tp_hash 成员。

type Py_hash_t

Hash value type: signed integer.

Added in version 3.2.

type Py_uhash_t

Hash value type: unsigned integer.

Added in version 3.2.

type PyHash_FuncDef

Hash function definition used by PyHash_GetFuncDef() .

const char * name

Hash function name (UTF-8 encoded string).

const int hash_bits

Internal size of the hash value in bits.

const int seed_bits

Size of seed input in bits.

Added in version 3.4.

PyHash_FuncDef * PyHash_GetFuncDef ( void )

Get the hash function definition.

另请参阅

PEP 456 “Secure and interchangeable hash algorithm”.

Added in version 3.4.

上一话题

字符串转换和格式化

下一话题

反射

本页