scorekeeper¶
The following sections list out the changes that were made to the functions
migrated from libwwdtm
to class methods under the wwdtm
module
wwdtm.scorekeeper
.
core → ScorekeeperAppearances¶
The following functions under the wwdtm.scorekeeper.core
module have
been changed to become methods under
wwdtm.scorekeeper.ScorekeeperAppearances
:
retrieve_appearances_by_id()
retrieve_appearances_by_slug()
details → Scorekeeper¶
The following functions under the wwdtm.scorekeeper.details
module
have been changed to become methods under
wwdtm.scorekeeper.Scorekeeper
:
retrieve_by_id()
Renamed to
retrieve_details_by_id()
retrieve_by_slug()
Renamed to
retrieve_details_by_slug()
retrieve_all()
Renamed to
retrieve_all_details()
info → Scorekeeper¶
The following functions under the wwdtm.scorekeeper.info
module have
been changed to become methods under wwdtm.scorekeeper.Scorekeeper
:
retrieve_all()
retrieve_all_ids()
retrieve_by_id()
retrieve_by_slug()
utility → ScorekeeperUtility¶
The following function under the wwdtm.scorekeeper.utility
module
have been changed to become methods under
wwdtm.scorekeeper.ScorekeeperUtility
:
convert_id_to_slug()
convert_slug_to_id()
id_exists()
slug_exists()
Deprecated Functions¶
The following functions have been deprecated and were not migrated over from
libwwdtm
to wwdtm
:
utility.validate_id()
Use
wwdtm.scorekeeper.ScorekeeperUtility.id_exists()
instead
utility.validate_slug()