Part of bzrlib
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 57 | Class | InventoryEntry | Description of a versioned file. |
| 397 | Class | RootEntry | No class docstring; 1/3 methods documented |
| 425 | Class | InventoryDirectory | A directory in an inventory. |
| 468 | Class | InventoryFile | A file in an inventory. |
| 592 | Class | InventoryLink | A file in an inventory. |
| 681 | Class | TreeReference | No class docstring; 2/5 methods documented |
| 712 | Class | Inventory | Inventory of versioned files in a tree. |
| 1298 | Function | make_entry | Create an inventory entry. |
| 1316 | Function | ensure_normalized_name | Normalize name. |
| 1340 | Function | is_valid_name | Undocumented |
| Parameters | kind | the type of inventory entry to create. |
| name | the basename of the entry. | |
| parent_id | the parent_id of the entry. | |
| file_id | the file_id to use. if None, one will be created. |