Classes | |
class | SushiParameters |
Functions | |
def | clear_table |
def | get_params |
def | get_tables_from_db |
def | main |
def | set_table |
def | show_setting |
def sushi_demo.clear_table | ( | tt, | |
eating_table, | |||
dirty_table | |||
) |
Definition at line 77 of file sushi_demo.py.
def sushi_demo.get_params | ( | tables_from_db = False | ) |
Definition at line 51 of file sushi_demo.py.
def sushi_demo.get_tables_from_db | ( | ) |
Get table info from db Note that we have a slight difference in naming. What the db calls the 'serving table', this script refers to as the 'eating table', and what the db calls the 'shelves', this script refers to the as the 'clean table'
Definition at line 21 of file sushi_demo.py.
def sushi_demo.main | ( | ) |
Definition at line 94 of file sushi_demo.py.
def sushi_demo.set_table | ( | tt, | |
setting, | |||
clean_table, | |||
eating_table | |||
) |
Definition at line 70 of file sushi_demo.py.
def sushi_demo.show_setting | ( | ) |
Definition at line 80 of file sushi_demo.py.