Example #1
0
 def mktiny():
     return Git.CatFileContentStream(ts, BytesIO(d))
Example #2
0
 def mkfull():
     return Git.CatFileContentStream(len(d) - 1, BytesIO(d))