Part of bzrlib.versionedfile View In Hierarchy
This takes a fulltext when created and just returns that during get_bytes_as('fulltext').
| Instance Variables | sha1 | None, or the sha1 of the content fulltext. |
| storage_kind | The native storage kind of this factory. Always 'fulltext'. | |
| 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 |