예제 #1
0
파일: api_client.py 프로젝트: Jimvin/cm_api
 def echo(self, message):
   """Have the server echo a message back."""
   return tools.echo(self, message)
예제 #2
0
 def echo(self, message):
     """Have the server echo a message back."""
     return tools.echo(self, message)