OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, writer) |
def | write (self, data) |
![]() | |
def | __init__ (self) |
def | sha (self, as_hex=False) |
Data Fields | |
writer | |
![]() | |
sha1 | |
Writer producing a sha1 while passing on the written bytes to the given write function
def __init__ | ( | self, | |
writer | |||
) |
def write | ( | self, | |
data | |||
) |
:raise IOError: If not all bytes could be written :param data: byte object :return: length of incoming data
Reimplemented from Sha1Writer.
writer |