]> arthur.barton.de Git - bup.git/commit
lib/bup/vfs: Add docstrings
authorGabriel Filion <lelutin@gmail.com>
Mon, 2 Aug 2010 06:20:06 +0000 (02:20 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 11 Aug 2010 21:31:58 +0000 (17:31 -0400)
commitc7a0f06aece3ab9716784800be7b8e1baa6b417e
treeed11da1a58c3459d025f2baa2e82edcca8b1a28b
parentb60768bbc24e3da6ba389bdfe9c8fb1b5d0fef09
lib/bup/vfs: Add docstrings

Since the vfs module uses the function git._treeparse, it should not be
named as if it was a private function. Rename git._treeparse to
git.treeparse and document it (add a docstring to it).

Also, transform _ChunkReader, _FileReader and Node into new-style
classes.

Finally, remove trailing spaces from lib/bup/vfs.py .
lib/bup/git.py
lib/bup/vfs.py