Exemplo n.º 1
0
 def __init__(self, attrmanager, usermanager, filename):
     self.__file = ArrayData(filename, ['emptyline(index)', 'WahanaEmpty(index)', 0])
     self.__um = usermanager
     self.__am = attrmanager
Exemplo n.º 2
0
 def changeFilename(self, filename):
     self.__file = ArrayData(filename, ['emptyline(index)', 'WahanaEmpty(index)', 0])
Exemplo n.º 3
0
 def __init__(self, filename):
     self.__file = ArrayData(filename, ['EmptyWahana(index)', 'WahanaEmpty(index)', 999999, "Semua Umur", "Above170"])
     self.__idlist = []
     self.__attractions = []
Exemplo n.º 4
0
 def changeFilename(self, filename):
     self.__file = ArrayData(filename, ['EmptyWahana(index)', 'WahanaEmpty(index)', 999999, "Semua Umur", "Above170"])
Exemplo n.º 5
0
 def changeFilename(self, filename):
     self.__file = ArrayData(filename, ['Empty(index)', '01/01/01', "(index)", "emptyline(index)", "(index)", "User", 0])
Exemplo n.º 6
0
 def __init__(self, filename):
     self.__file = ArrayData(filename, ['Empty(index)', '01/01/01', "(index)", "emptyline(index)", "(index)", "User", 0])
     self.__users = []
     self.__userids = []
Exemplo n.º 7
0
    def __init__(self, filename):
        self.__file = ArrayData(
            filename,
            ['emptyline(index)', '01/01/01', 'WahanaEmpty(index)', 0])

        self.__history = []
Exemplo n.º 8
0
 def changeFilename(self, filename):
     self.__file = ArrayData(filename, [
         'Empty(index)', '01/01/01', 'WahanaEmpty(index)',
         'Empty Feedback(index)'
     ])
Exemplo n.º 9
0
 def __init__(self, filename):
     self.__file = ArrayData(filename, [
         'emptyline(index)', '01/01/01', 'WahanaEmpty(index)',
         'Empty Feedback(index)'
     ])
     self.__critics = []