コード例 #1
0
ファイル: devtools.py プロジェクト: outlaw-josiah/ubersystem
 def dump_diagnostics(self):
     return {
         'diagnostics_data': gather_diagnostics_status_information(),
     }
コード例 #2
0
ファイル: devtools.py プロジェクト: DataFighter/ubersystem
 def dump_diagnostics(self):
     return {
         'diagnostics_data': gather_diagnostics_status_information(),
     }