Module b.inventory

Part of bzrlib

No module docstring
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
def make_entry(kind, name, parent_id, file_id=None):
Create an inventory entry.
Parameterskindthe type of inventory entry to create.
namethe basename of the entry.
parent_idthe parent_id of the entry.
file_idthe file_id to use. if None, one will be created.
def ensure_normalized_name(name):
Normalize name.
ReturnsThe NFC normalised version of name.
RaisesInvalidNormalizationWhen name is not normalized, and cannot be accessed on this platform by the normalized path.
def is_valid_name(name):
Undocumented
API Documentation for BzrLib, generated by pydoctor at 2008-12-03 00:00:12.