コード例 #1
0
ファイル: channelRPC.py プロジェクト: shengb/masarService
    def waitResponse(self, timeout=5.0) :
        """Wait for the request to finish

        timeOut The timeout in seconds

        """
        return channelRPCPy._waitResponse(self.cppPvt, timeout)
コード例 #2
0
ファイル: channelRPC.py プロジェクト: crispd/masarService
 def waitResponse(self):
     """Wait for the request to finish"""
     return channelRPCPy._waitResponse(self.cppPvt)