Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/p/y/PyRQ-0.4.1/test/RRQReader/TestRRQReader.py PyRQ(Download)
self.logger.info("GET ALL DONE") break self.logger.debug("GET %(R)s got: %(E)s from: %(W)s"%{"R":ref, "E":data, "W":iface.getLastSockDetails()}) time.sleep(1) self.logger.debug("GET %(R)s COMPLETE from: %(W)s"%{"R":ref, "W":iface.getLastSockDetails()})
iface.put(data=eData, timeout=putTimeout) except Exception, e: self.logger.error("PUT %(R)s ERROR Failed: %(E)s from: %(W)s."%{"R":ref, "E":e, "W":iface.getLastSockDetails()}) else: self.logger.debug("PUT %(R)s OK from: %(W)s. "%{"R":ref, "W":iface.getLastSockDetails()})