mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 06:25:16 +02:00
IGN:Tag release
This commit is contained in:
parent
0a246d7ceb
commit
ad76fab07c
2 changed files with 365 additions and 336 deletions
|
|
@ -179,7 +179,7 @@ def has_key(self, key):
|
|||
|
||||
def deepcopy(self):
|
||||
''' Do not use this method unless you know what you are doing, if you want to create a simple clone of
|
||||
this object, use :method:`deepcopy_metadata` instead. '''
|
||||
this object, use :meth:`deepcopy_metadata` instead. '''
|
||||
m = Metadata(None)
|
||||
m.__dict__ = copy.deepcopy(self.__dict__)
|
||||
object.__setattr__(m, '_data', copy.deepcopy(object.__getattribute__(self, '_data')))
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue