def waitResponse(self, timeout=5.0) : """Wait for the request to finish timeOut The timeout in seconds """ return channelRPCPy._waitResponse(self.cppPvt, timeout)
def waitResponse(self): """Wait for the request to finish""" return channelRPCPy._waitResponse(self.cppPvt)