Classes | |
| class | Dashboard |
Variables | |
| APP | |
| dictionary | GOAL_STATUS_TO_TXT = { getattr(GoalStatus, x): x for x in dir(GoalStatus) if x.isupper() } |
| turtlesim_dash_tutorial.dashboard.APP |
Definition at line 42 of file dashboard.py.
| dictionary turtlesim_dash_tutorial.dashboard.GOAL_STATUS_TO_TXT = { getattr(GoalStatus, x): x for x in dir(GoalStatus) if x.isupper() } |
Definition at line 37 of file dashboard.py.