コード例 #1
0
ファイル: test_mythread.py プロジェクト: owns/pymybase
 def _get_summary_info(self):
     a = MyThread._get_summary_info(self)
     a.extend(['jobs not needed to process: {:,}'.format(self._jobs_w_end_value)])
     return a