コード例 #1
0
ファイル: api_client.py プロジェクト: Jimvin/cm_api
 def echo_error(self, message):
   """Generate an error, but we get to set the error message."""
   return tools.echo_error(self, message)
コード例 #2
0
ファイル: api_client.py プロジェクト: ycaihua/cm_api
 def echo_error(self, message):
     """Generate an error, but we get to set the error message."""
     return tools.echo_error(self, message)