cpython/Tools/modulator/Templates/object_tp_hash

8 lines
102 B
Plaintext

static long
$abbrev$_hash(self)
$abbrev$object *self;
{
/* XXXX Return a hash of self (or -1) */
}