Пример #1
0
 def run(self, send_events=False):
     self.pre_start_check()
     instance = ServerInstance(self)
     instance.run(send_events=send_events)
Пример #2
0
 def run(self, send_events=False):
     instance = ServerInstance(self)
     instance.run(send_events=send_events)
Пример #3
0
 def run(self, send_events=False):
     self.pre_start_check()
     instance = ServerInstance(self)
     instance.run(send_events=send_events)
Пример #4
0
 def run(self, send_events=False):
     instance = ServerInstance(self)
     instance.run(send_events=send_events)