class documentation

class TreeEntry(namedtuple('TreeEntry', ['path', 'mode', 'sha'])):

View In Hierarchy

Named tuple encapsulating a single tree entry.

Method in_path Return a copy of this entry with the given path prepended.
def in_path(self, path):

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