예제 #1
0
파일: wineshop.py 프로젝트: xsauce/wineprj
 def sort_value(self, display):
     return ReceiptSort.get_value(display)
예제 #2
0
파일: wineshop.py 프로젝트: xsauce/wineprj
 def get_sort_val_list(self):
     return ReceiptSort.value_list()
예제 #3
0
파일: wineshop.py 프로젝트: xsauce/wineprj
 def get_all_sort(self):
     return ReceiptSort.select()