Exemplo n.º 1
0
def ll_inst_hash(ins):
    cached = ins._hash_cache_
    if cached == 0:
        cached = ins._hash_cache_ = ootype.ooidentityhash(ins)
    return cached
Exemplo n.º 2
0
 def op_ooidentityhash(self, inst):
     return ootype.ooidentityhash(inst)
Exemplo n.º 3
0
 def op_ooidentityhash(self, inst):
     return ootype.ooidentityhash(inst)
Exemplo n.º 4
0
def ll_inst_hash(ins):
    cached = ins._hash_cache_
    if cached == 0:
        cached = ins._hash_cache_ = ootype.ooidentityhash(ins)
    return cached