mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1a4b387038
commit
0cc6c5d901
@ -614,7 +614,7 @@ class Container(object): # {{{
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def spine_items(self):
|
def spine_items(self):
|
||||||
''' An iterator yielding canonical name for every item in the
|
''' An iterator yielding the path for every item in the
|
||||||
books' spine. See also: :attr:`spine_iter` and :attr:`spine_items`. '''
|
books' spine. See also: :attr:`spine_iter` and :attr:`spine_items`. '''
|
||||||
for name, linear in self.spine_names:
|
for name, linear in self.spine_names:
|
||||||
yield self.name_path_map[name]
|
yield self.name_path_map[name]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user