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/g/r/GraphGit-0.2.0/graphgit/core.py GraphGit(Download)
log.info ("Processing git repository: %s" % repo_name) # repo location repo_loc = os.path.join(constants.REPO_DOWNLOAD_LOCATION, repo_name) \ if not local_repo else repo_url # initialize repo