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

Function urlparse

Lib/urlparse.py:136–148  ·  view source on GitHub ↗

Parse a URL into 6 components: :// / ; ? # Return a 6-tuple: (scheme, netloc, path, params, 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

urljoinFunction · 0.85
urldefragFunction · 0.85

Calls 3

urlsplitFunction · 0.85
_splitparamsFunction · 0.85
ParseResultClass · 0.85

Tested by

no test coverage detected