class documentation

class LFSStore(object):

View In Hierarchy

Stores objects on disk, indexed by SHA256.

Class Method create Undocumented
Class Method from_repo Undocumented
Method __init__ Undocumented
Method open_object Open an object by sha.
Method write_object Write an object.
Instance Variable path Undocumented
Method _sha_path Undocumented
@classmethod
def create(cls, lfs_dir):

Undocumented

@classmethod
def from_repo(cls, repo, create=False):

Undocumented

def __init__(self, path):

Undocumented

def open_object(self, sha):

Open an object by sha.

def write_object(self, chunks):

Write an object.

Returns: object SHA

path =

Undocumented

def _sha_path(self, sha):

Undocumented