mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
21de8718d7
commit
018bf4697b
@ -503,7 +503,7 @@ class AnchorLocation(object):
|
||||
self.pagenum, self.left, self.top, self.zoom = pagenum, left, top, zoom
|
||||
|
||||
def __repr__(self):
|
||||
return 'AnchorLocation(pagenum={}, left={}, top={}, zoom={})'.format(self.as_tuple)
|
||||
return 'AnchorLocation(pagenum={}, left={}, top={}, zoom={})'.format(*self.as_tuple)
|
||||
|
||||
@property
|
||||
def as_tuple(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user