Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/p/y/PyRQ-0.4.1/PyRQ/Iface/PyRQIface.py PyRQ(Download)
from PyRQ.Core.Messages.CLOSED import CLOSED from PyRQ.Core.Messages.CREATE import CREATE from PyRQ.Core.Messages.GET import GET from PyRQ.Core.Messages.GOT import GOT from PyRQ.Core.Messages.MAXQSIZE import MAXQSIZE
sockDetails = self._sock.getsockname() if not self._quiet: self._logger.info("get from: %(W)s"%{"W":sockDetails}) msg = GET(block=block, timeout=timeout) try: result = c._write(msg, timeout=timeout)