This repository was archived by the owner on Aug 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Scott Caratozzolo edited this page Jun 9, 2020
·
12 revisions
This is where you can find all the documentation regarding this package.
Find documentation on each class:
- Destination
- Park
- EntertainmentVenue
- Attraction
- Entertainment
- PointOfInterest
- Character
Many of these classes share similar methods, such as:
get_id()
get_name()
get_entityType()
get_subType()
get_doc_id()
get_destination_code()
get_ancestor_park_id()
get_ancestor_resort_id()
get_ancestor_land_id()
get_ancestor_resort_area_id()
get_ancestor_entertainment_venue_id()
get_links()
get_raw_data()
get_raw_facilities_data()
get_raw_facilitystatus_data()
get_status()
get_coordinates()
While many of these methods are shared, not every class has every one of these methods.
I hope that most of these methods are self-explanatory. What they return might not be as much.
For more information, run the following command from a terminal.
python -m pydoc MouseTools