Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(0) | Derive(0) | Import(2)
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/c/a/Cactus-2.3.1/cactus/site.py Cactus(Download)
skeletonArchive = skeletonFile = None if skeleton is None: from .skeleton import data logging.info("Building from data") temp = tempfile.NamedTemporaryFile(delete=False, suffix='.tar.gz')
src/c/a/Cactus-HEAD/cactus/site.py Cactus(Download)
skeletonArchive = skeletonFile = None if skeleton is None: from .skeleton import data logging.info("Building from data") temp = tempfile.NamedTemporaryFile(delete=False, suffix='.tar.gz')