• Home
  • Raw
  • Download

Lines Matching refs:netloc

44    ``scheme://netloc/path;parameters?query#fragment``.
54 ParseResult(scheme='http', netloc='www.cwi.nl:80', path='/%7Eguido/Python.html',
64 a netloc only if it is properly introduced by '//'. Otherwise the
73 ParseResult(scheme='', netloc='www.cwi.nl:80', path='/%7Eguido/Python.html',
76 ParseResult(scheme='', netloc='', path='www.cwi.nl/%7Eguido/Python.html',
79 ParseResult(scheme='', netloc='', path='help/Python.html', params='',
100 | :attr:`netloc` | 1 | Network location part | empty string |
125 Unmatched square brackets in the :attr:`netloc` attribute will raise a
128 Characters in the :attr:`netloc` attribute that decompose under NFKC
144 ParseResult(scheme='', netloc='www.cwi.nl:80', path='/%7Eguido/Python.html',
147 ParseResult(scheme='http', netloc='www.cwi.nl:80', path='/%7Eguido/Python.html',
164 Characters that affect netloc parsing under NFKC normalization will
267 | :attr:`netloc` | 1 | Network location part | empty string |
289 Unmatched square brackets in the :attr:`netloc` attribute will raise a
292 Characters in the :attr:`netloc` attribute that decompose under NFKC
302 Characters that affect netloc parsing under NFKC normalization will
341 :func:`urlunsplit`, removing possible *scheme* and *netloc* parts.
470 .. class:: ParseResult(scheme, netloc, path, params, query, fragment)
476 .. class:: SplitResult(scheme, netloc, path, query, fragment)
494 .. class:: ParseResultBytes(scheme, netloc, path, params, query, fragment)
502 .. class:: SplitResultBytes(scheme, netloc, path, query, fragment)