Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/p/y/PyRQ-0.4.1/PyRQ/RRQ/RRQ.py PyRQ(Download)
uu = debugger.work_start(self.peerName, PyRQTimeUtils.getTime(), pp) if not quiet: self.logger.debug("WORK data: %(P)s for: %(C)s\r\n"%{"P":pp, "C":self.client_address}) if isinstance(pp, Messages.CREATE): self._addClient(self, namespace) self._stall("CREATE", clientData, quiet)
src/p/y/PyRQ-0.4.1/Mock/mock.py PyRQ(Download)
uu = debugger.work_start(self.peerName, PyRQTimeUtils.getTime(), pp) if not quiet: self.logger.info("WORK data: %(P)s for: %(C)s\r\n"%{"P":pp, "C":self.client_address}) if isinstance(pp, Messages.CREATE): namespace = uuid.uuid4().hex with self.getClientLock():