Object encapsulating a single result from a walk.
Method __init__ Undocumented
Method changes Get the tree changes for this entry.
Method __repr__ Undocumented
def __init__(self, walker, commit):
Undocumented
def changes(self, path_prefix=None):
Get the tree changes for this entry.
Parameterspath_prefixPortion of the path in the repository to use to filter changes. Must be a directory name. Must be a full, valid, path reference (no partial names or wildcards).
ReturnsFor commits with up to one parent, a list of TreeChange objects; if the commit has no parents, these will be relative to the empty tree. For merge commits, a list of lists of TreeChange objects; see dulwich.diff.tree_changes_for_merge.
def __repr__(self):
Undocumented
API Documentation for Dulwich, generated by pydoctor at 2018-11-17 19:05:54.