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)
srt = kwargs["socketReadTimeout"] args1 = { "ODP":QueueServerOptions.PORT, "ODH":QueueServerOptions.HOST, "OC":QueueServerOptions.CLAZZ,
src/p/y/PyRQ-0.4.1/PyRQ/Core/QueueServer/BootQueueServer.py PyRQ(Download)
"a port to send our server details to. Default is 'None'.") # For the server: parser.add_option("-a", "--%(P)s"%{"P":QueueServerOptions.PORT}, action="store", dest="port", type="int", metavar="PORT", default=QueueServer.DEFAULT_PORT, help="specify a different " "TCP listener port. Default is '%(P)d'"%{"P":QueueServer.DEFAULT_PORT})