Exemplo n.º 1
0
 def mktiny():
     return Git.CatFileContentStream(ts, BytesIO(d))
Exemplo n.º 2
0
 def mkfull():
     return Git.CatFileContentStream(len(d) - 1, BytesIO(d))