
Public Member Functions | |
| def | setup |
Public Attributes | |
| albumcopy | |
| def py::gui::models::albumcopy_item::setup | ( | self, | ||
| albumcopy | ||||
| ) |
Reimplemented from py::gui::models::album_item.
00351 : 00352 if isinstance(albumcopy, Album) : 00353 self.albumcopy.album = albumcopy 00354 else : 00355 self.albumcopy = albumcopy 00356 album_item.setup(self, self.albumcopy.album) 00357 00358 class flat_library( flat_catalog ) :
1.5.3