MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / urlsplit

Function urlsplit

Lib/urlparse.py:167–220  ·  view source on GitHub ↗

Parse a URL into 5 components: :// / ? # Return a 5-tuple: (scheme, netloc, path, query, fragment). Note that we don't break the components up in smaller bits (e.g. netloc is a single string) and we don't expand % escapes.

(url, scheme='', allow_fragments=True)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

putrequestMethod · 0.90
urlparseFunction · 0.85

Calls 8

clear_cacheFunction · 0.85
_splitnetlocFunction · 0.85
SplitResultClass · 0.85
splitMethod · 0.80
anyFunction · 0.70
getMethod · 0.45
findMethod · 0.45
lowerMethod · 0.45

Tested by

no test coverage detected