Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
str(object='') -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.
src/p/y/PyRQ-0.4.1/PyRQ/Core/QueueServer/SubprocessQueueServer.py PyRQ(Download)
"OSC":QueueServerOptions.SERVICES_CLAZZ, "OQ":QueueServerOptions.QUIET, "OSRCS":QueueServerOptions.SOCKET_RECV_CHUNK_SIZE, "OSRT":QueueServerOptions.SOCKET_READ_TIMEOUT, "OLM":QueueServerOptions.LOGGING_MODULE,
src/p/y/PyRQ-0.4.1/PyRQ/Core/QueueServer/BootQueueServer.py PyRQ(Download)
metavar="CLAZZ", default=None, help="specify a class from the given servicesClazzpath" "Default is 'None'.") parser.add_option("--%(OAP)s"%{"OAP":QueueServerOptions.SOCKET_RECV_CHUNK_SIZE}, action="store", dest="socketRecvChunkSize", type="int", metavar="SOCKET_RECV_CHUNK_SIZE", default=ServerHandlerFactory.DEFAULT_RECV_CHUNK_SIZE, help="specify " "a recv chunk size for the socket. Default is '%(D)s'."%{"D":ServerHandlerFactory.DEFAULT_RECV_CHUNK_SIZE})