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)
except Exception, result: if not quiet: self.logger.error("Unable to start debugger!") elif isinstance(cmd, Messages.DEBUG_STOP): result = debugger.stop() elif isinstance(cmd, Messages.DEBUG_SOMETHING):
src/p/y/PyRQ-0.4.1/Mock/mock.py PyRQ(Download)
except Exception, e: self.logger.error("DEBUG_START filename: <%(F)s>, server: <%(S)s>...\r\n%(E)s.\r\n"%{"E":e, "S":cmd.server, "F":cmd.filename}) elif isinstance(cmd, Messages.DEBUG_STOP): result = debugger.stop() elif isinstance(cmd, Messages.DEBUG_SOMETHING):