class documentation

Undocumented

Class Method from_url Construct a (possibly null) ContentChecker from a URL
Method __init__ Undocumented
Method feed Feed a block of data to the hash.
Method is_valid Check the hash. Return False if validation fails.
Method report Call reporter with information about the checker (hash name) substituted into the template.
Class Variable pattern Undocumented
Instance Variable expected Undocumented
Instance Variable hash Undocumented
Instance Variable hash_name Undocumented
@classmethod
def from_url(cls, url): (source)

Construct a (possibly null) ContentChecker from a URL

def __init__(self, hash_name, expected): (source)

Undocumented

def feed(self, block): (source)

Feed a block of data to the hash.

def is_valid(self): (source)

Check the hash. Return False if validation fails.

def report(self, reporter, template): (source)

Call reporter with information about the checker (hash name) substituted into the template.

Undocumented

expected = (source)

Undocumented

Undocumented

hash_name = (source)

Undocumented