コード例 #1
0
ファイル: application_factory.py プロジェクト: vicdoz/mamba
 def _reporter(self):
     return reporter.Reporter(self._formatter())
コード例 #2
0
 def create_reporter(self):
     return reporter.Reporter(self.create_formatter())