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/b/u/burlap-0.1.2/burlap/__init__.py burlap(Download)
# Load environment for current role. env.update(env_default) env[common.ROLE] = os.environ[common.ROLE] = name if site: env[common.SITE] = os.environ[common.SITE] = site
# the retriever/translator reset some environment values. env.update(env_default) env[common.ROLE] = os.environ[common.ROLE] = name if site: env[common.SITE] = os.environ[common.SITE] = site