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)
elif isinstance(cmd, Messages.DEBUG_SOMETHING): result = PING() elif isinstance(cmd, Messages.DEBUG_QUERY): result = PING() with self.getClientLock():
src/p/y/PyRQ-0.4.1/Mock/mock.py PyRQ(Download)
elif isinstance(cmd, Messages.DEBUG_SOMETHING): result = PING() elif isinstance(cmd, Messages.DEBUG_QUERY): result = PING() with self.getClientLock():