Beispiel #1
0
	def run(self):
		global terminal
		view = terminal.create_file(self.window, 'WoT Python Log', True, True)
		return
Beispiel #2
0
 def run(self):
     global terminal
     view = terminal.create_file(self.window, 'WoT Python Log', True, True)
     return
Beispiel #3
0
	def run(self):
		global terminal
		view = terminal.create_file(self.window, 'WoT Python Log', True, True)
		view.run_command('script_terminal_update_log_view', {'string': terminal.buffered_logs_get()})
		return
Beispiel #4
0
 def run(self):
     global terminal
     view = terminal.create_file(self.window, 'WoT Python Log', True, True)
     view.run_command('script_terminal_update_log_view',
                      {'string': terminal.buffered_logs_get()})
     return