コード例 #1
0
ファイル: graphserver.py プロジェクト: xx312022850/pypy
 def process_all_messages(self):
     try:
         while True:
             self.process_next_message()
     except EOFError:
         from drawgraph import display_async_quit
         display_async_quit()
コード例 #2
0
ファイル: graphserver.py プロジェクト: Darriall/pypy
 def process_all_messages(self):
     try:
         while True:
             self.process_next_message()
     except EOFError:
         from drawgraph import display_async_quit
         display_async_quit()