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/BootQueueServer.py PyRQ(Download)
metavar="HOST", default="%(DHA)s"%{"DHA":QueueServer.DEFAULT_HOST}, help="specify a different " "host to bind to. Default is '%(DHA)s'"%{"DHA":QueueServer.DEFAULT_HOST}) parser.add_option("--%(H)s"%{"H":QueueServerOptions.MARSHALLER_TYPE}, action="store", dest="marshallerType", type="int", metavar="MARSHALLER_TYPE", default=MarshallerFactory.DEFAULT, help="Type of the Queue's marshaller." "Default is '%(D)s'."%{"D":MarshallerFactory.DEFAULT})