Part of bzrlib.btree_index View In Hierarchy
Known subclasses: bzrlib.btree_index._InternalBuilderRow, bzrlib.btree_index._LeafBuilderRow
| Instance Variables | spool | A temporary file used to accumulate nodes for this row in the tree. |
| nodes | The count of nodes emitted so far. |
| Method | __init__ | Create a _BuilderRow. |
| Method | finish_node | Undocumented |