View Single Post
Old 01-28-2019, 08:27 AM   #3
minektur
Junior Member
minektur began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2019
Device: fbreader/android
So, looking at that code, I want to do this approximately:


self.add_formats(dest_id, self.formats_for_books(rows))
self.merge_metadata(dest_id, src_ids)
self.delete_books_after_merge(src_ids)

Can I just import those (and any they use) methods from that file?

Are they already accessible somewhere? deep in the self.gui object?
minektur is offline   Reply With Quote