$def with (book, opds) $code: def get_opds_tree(book): entry = opds.OPDSEntry(book) return entry.to_string() $:get_opds_tree(book)\