show¶
The following sections list out the changes that were made to the functions
migrated from libwwdtm to class methods under the wwdtm module
wwdtm.show.
core → ShowInfo¶
The following functions under the wwdtm.show.core module have been
changed to become methods under wwdtm.show.ShowInfo:
retrieve_bluff_info_by_id()retrieve_core_info_by_id()retrieve_guest_info_by_id()retrieve_panelist_info_by_id()
details → Show¶
The following functions under the wwdtm.show.details module have
been changed to become methods under wwdtm.show.Show:
retrieve_by_id()Renamed to
retrieve_details_by_id()
retrieve_all()Renamed to
retrieve_all_details()
retrieve_by_date()Renamed to
retrieve_details_by_date()
retrieve_by_date_string()Renamed to
retrieve_details_by_date_string()
retrieve_by_year()Renamed to
retrieve_details_by_year()
retrieve_by_year_month()Renamed to
retrieve_details_by_year_month()
retrieve_recent()Renamed to
retrieve_recent_details()
info → Show¶
The following functions under the wwdtm.show.info module have been
changed to become methods under wwdtm.show.Show:
retrieve_all()retrieve_all_dates()retrieve_all_dates_tuple()retrieve_all_ids()retrieve_all_scores_by_year()retrieve_all_show_years_months()retrieve_all_show_years_months_tuple()retrieve_by_date()retrieve_by_date_string()retrieve_by_id()retrieve_by_year()retrieve_by_year_month()retrieve_months_by_year()retrieve_recent()retrieve_years()
utility → ShowUtility¶
The following function under the wwdtm.show.utility module have
been changed to become methods under wwdtm.show.ShowUtility:
convert_date_to_id()convert_id_to_date()id_exists()date_exists()
Deprecated Functions¶
The following functions have been deprecated and were not migrated over from
the libwwdtm to wwdtm:
utility.validate_id()Use
wwdtm.show.showUtility.id_exists()instead