mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-27 13:13:13 +02:00
...
This commit is contained in:
parent
ae92ec6efb
commit
5a955ee69f
1 changed files with 2 additions and 2 deletions
|
|
@ -423,7 +423,7 @@ def get_metadata(self, stream, type):
|
|||
with the input data.
|
||||
|
||||
:param type: The type of file. Guaranteed to be one of the entries
|
||||
in :attr:`file_types`.
|
||||
in :attr:`file_types`.
|
||||
:return: A :class:`calibre.ebooks.metadata.book.Metadata` object
|
||||
'''
|
||||
return None
|
||||
|
|
@ -455,7 +455,7 @@ def set_metadata(self, stream, mi, type):
|
|||
with the input data.
|
||||
|
||||
:param type: The type of file. Guaranteed to be one of the entries
|
||||
in :attr:`file_types`.
|
||||
in :attr:`file_types`.
|
||||
:param mi: A :class:`calibre.ebooks.metadata.book.Metadata` object
|
||||
'''
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue