OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, f) |
def | write (self, data) |
def | write_sha (self) |
def | close (self) |
def | tell (self) |
Data Fields | |
f | |
sha1 | |
Wrapper around a file-like object that remembers the SHA1 of the data written to it. It will write a sha when the stream is closed or if the asked for explicitly using write_sha. Only useful to the indexfile :note: Based on the dulwich project
def __init__ | ( | self, | |
f | |||
) |
def close | ( | self | ) |
def tell | ( | self | ) |
def write | ( | self, | |
data | |||
) |
def write_sha | ( | self | ) |
f |
sha1 |