Part of bzrlib.versionedfile View In Hierarchy
This takes a 'chunked' list of strings. The only requirement on 'chunked' is that ''.join(lines) becomes a valid fulltext. A tuple of a single string satisfies this, as does a list of lines.
Instance Variables | sha1 | None, or the sha1 of the content fulltext. |
storage_kind | The native storage kind of this factory. Always 'chunked' | |
key | The key of this content. Each key is a tuple with a single string in it. | |
parents | A tuple of parent keys for self.key. If the object has no parent information, None (as opposed to () for an empty list of parents). |
Method | __init__ | Create a ContentFactory. |
Method | get_bytes_as | Undocumented |