cpython/Tools/modulator/Templates/object_tp_hash
1995-03-02 14:05:29 +00:00

7 lines
102 B
Text

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