Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/o/p/opbeatcli-2.0.2/opbeatcli/deployment/vcs.py opbeatcli(Download)
host_expanded = config.lookup(host_alias).get('hostname') if host_expanded: netloc = parts.netloc.replace(host_alias, host_expanded, 1) parts = list(parts) # [scheme, netloc, path, query, fragment] parts[1] = netloc