Ejemplo n.º 1
0
 def run(self, send_events=False):
     self.pre_start_check()
     instance = ServerInstance(self)
     instance.run(send_events=send_events)
Ejemplo n.º 2
0
 def run(self, send_events=False):
     instance = ServerInstance(self)
     instance.run(send_events=send_events)
Ejemplo n.º 3
0
 def run(self, send_events=False):
     self.pre_start_check()
     instance = ServerInstance(self)
     instance.run(send_events=send_events)
Ejemplo n.º 4
0
 def run(self, send_events=False):
     instance = ServerInstance(self)
     instance.run(send_events=send_events)