def process_startTrace(self, seqid, iprot, oprot):
args = startTrace_args()
args.read(iprot)
iprot.readMessageEnd()
result = startTrace_result()
result.success = yield gen.maybe_future(self._handler.startTrace(args.request))
oprot.writeMessageBegin("startTrace", TMessageType.REPLY, seqid)
result.write(oprot)
oprot.writeMessageEnd()
oprot.trans.flush()
TracedService.py 文件源码
python
阅读 19
收藏 0
点赞 0
评论 0
评论列表
文章目录