示例#1
0
 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)