class documentation

class TreeEntry(NamedTuple):

View In Hierarchy

Named tuple encapsulating a single tree entry.

Method in_path Return a copy of this entry with the given path prepended.
Class Variable mode Undocumented
Class Variable path Undocumented
Class Variable sha Undocumented
def in_path(self, path: bytes) -> TreeEntry:

Return a copy of this entry with the given path prepended.

mode: int =

Undocumented

path: bytes =

Undocumented

sha: ObjectID =

Undocumented