98
101
InventoryEntry('2326', 'wibble.c', kind='file', parent_id='2325')
100
103
InventoryEntry('2326', 'wibble.c', kind='file', parent_id='2325')
114
117
__slots__ = ['text_sha1', 'text_size', 'file_id', 'name', 'kind',
115
118
'text_id', 'parent_id', 'children',
119
122
def __init__(self, file_id, name, kind, parent_id, text_id=None):