class documentation

class GitVfs(object):

View In Hierarchy

Undocumented

Method __init__ No summary
Method open Undocumented
Class _File A file like object representing a file in git
Instance Variable _committish Undocumented
Instance Variable _repo Undocumented
def __init__(self, repo, committish=None):
Parameters
repothe git repository to act on
committishthe committish to act on
def open(self, path, flags=None):

Undocumented

_committish =

Undocumented

_repo =

Undocumented