Beispiel #1
0
 def open_ST(self):  # Abre la pantalla de la table de simbolos
     # info = self.read('Database.json')
     # f = open("tb.html", "w")
     # f.write(json2html.convert(json=info))
     # f.close()
     # os.system('tb.html')
     windowTableS = Pantalla_TS(self.window, self.ts)
Beispiel #2
0
 def open_ST(self):  # Abre la pantalla de la table de simbolos
     info = self.read('../analizer/Databases.json')
     f = open("tb.html", "w")
     f.write(json2html.convert(json=info))
     f.close()
     os.system('tb.html')
     windowTableS = Pantalla_TS(self.window, self.ts)
Beispiel #3
0
 def open_ST(self):  # Abre la pantalla de la table de simbolos
     windowTableS = Pantalla_TS(self.window, self.ts, self.indexes)
Beispiel #4
0
 def open_ST(self):  # Abre la pantalla de la tabla de simbolos
     windowTableS = Pantalla_TS(self.window)