def _hash()

in cassette/cassette_library.py [0:0]


def _hash(content):
    m = hashlib.md5()
    m.update(content)
    return m.digest()