b.k.PlainKnitContent(KnitContent) : class documentation

Part of bzrlib.knit View In Hierarchy

Unannotated content.

When annotate[_iter] is called on this content, the same version is reported for all lines. Generally, annotate[_iter] is not useful on PlainKnitContent objects.

Method __init__ Undocumented
Method annotate Return a list of (origin, text) for each content line.
Method apply_delta Apply delta to this object to become new_version_id.
Method copy Undocumented
Method text Undocumented

Inherited from KnitContent:

Method line_delta_iter Generate line-based delta from this content to new_lines.
Method line_delta Undocumented
Static Method get_line_delta_blocks Extract SequenceMatcher.get_matching_blocks() from a knit delta
def __init__(self, lines, version_id):
Undocumented
def annotate(self):
Return a list of (origin, text) for each content line.
def apply_delta(self, delta, new_version_id):
Apply delta to this object to become new_version_id.
def copy(self):
Undocumented
def text(self):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.