class documentation

class SHA1Reader(object):

View In Hierarchy

Wrapper for file-like object that remembers the SHA1 of its data.

Method __init__ Undocumented
Method check_sha Undocumented
Method close Undocumented
Method read Undocumented
Method tell Undocumented
Instance Variable f Undocumented
Instance Variable sha1 Undocumented
def __init__(self, f):

Undocumented

def check_sha(self):

Undocumented

def close(self):

Undocumented

def read(self, num=None):

Undocumented

def tell(self):

Undocumented

f =

Undocumented

sha1 =

Undocumented