Beispiel #1
0
def hash__Rope(space, w_str):
    return wrapint(space, rope.hash_rope(w_str._node))
Beispiel #2
0
def hash__RopeUnicode(space, w_uni):
    return space.wrap(rope.hash_rope(w_uni._node))
Beispiel #3
0
def hash__RopeUnicode(space, w_uni):
    return space.wrap(rope.hash_rope(w_uni._node))
Beispiel #4
0
def hash__Rope(space, w_str):
    return wrapint(space, rope.hash_rope(w_str._node))