• Home
  • Raw
  • Download

Lines Matching defs:self

73     def checkRoundtrips(self, url, parsed, split):  argument
124 def test_qsl(self): argument
133 def test_qs(self): argument
143 def test_roundtrips(self): argument
178 def test_http_roundtrips(self): argument
216 def checkJoin(self, base, relurl, expected): argument
223 def test_unparse_parse(self): argument
230 def test_RFC1808(self): argument
278 def test_RFC2368(self): argument
283 def test_RFC2396(self): argument
328 def test_RFC3986(self): argument
385 def test_urljoins(self): argument
440 def test_RFC2732(self): argument
490 def test_urldefrag(self): argument
513 def test_urlsplit_scoped_IPv6(self): argument
522 def test_urlsplit_attributes(self): argument
615 def test_urlsplit_remove_unsafe_bytes(self): argument
652 def test_urlsplit_strip_url(self): argument
711 def test_attributes_bad_port(self): argument
730 def test_attributes_bad_scheme(self): argument
748 def test_attributes_without_netloc(self): argument
789 def test_noslash(self): argument
796 def test_withoutscheme(self): argument
815 def test_portseparator(self): argument
833 def test_usingsys(self): argument
837 def test_anyscheme(self): argument
858 def test_default_scheme(self): argument
873 def test_parse_fragments(self): argument
906 def test_mixed_types_rejected(self): argument
930 def _check_result_type(self, str_type): argument
955 def test_result_pairs(self): argument
965 def test_parse_qs_encoding(self): argument
978 def test_parse_qsl_encoding(self): argument
991 def test_parse_qsl_max_num_fields(self): argument
996 def test_parse_qs_separator(self): argument
1017 def test_parse_qsl_separator(self): argument
1038 def test_urlencode_sequences(self): argument
1046 def __str__(self): argument
1052 def test_urlencode_quote_via(self): argument
1062 def test_quote_from_bytes(self): argument
1069 def test_unquote_to_bytes(self): argument
1075 def test_quote_errors(self): argument
1080 def test_issue14072(self): argument
1095 def test_invalid_bracketed_hosts(self): argument
1107 def test_splitting_bracketed_hosts(self): argument
1121 def test_port_casting_failure_message(self): argument
1131 def test_telurl_params(self): argument
1152 def test_Quoter_repr(self): argument
1156 def test_clear_cache_for_code_coverage(self): argument
1159 def test_urllib_parse_getattr_failure(self): argument
1164 def test_all(self): argument
1180 def test_urlsplit_normalization(self): argument
1214 def test_splittype(self): argument
1222 def test_splithost(self): argument
1251 def test_splituser(self): argument
1264 def test_splitpasswd(self): argument
1282 def test_splitport(self): argument
1293 def test_splitnport(self): argument
1306 def test_splitquery(self): argument
1318 def test_splittag(self): argument
1330 def test_splitattr(self): argument
1339 def test_splitvalue(self): argument
1349 def test_to_bytes(self): argument
1355 def test_unwrap(self): argument
1364 def test_Quoter_deprecation(self): argument
1370 def test_splittype_deprecation(self): argument
1377 def test_splithost_deprecation(self): argument
1384 def test_splituser_deprecation(self): argument
1391 def test_splitpasswd_deprecation(self): argument
1398 def test_splitport_deprecation(self): argument
1405 def test_splitnport_deprecation(self): argument
1412 def test_splitquery_deprecation(self): argument
1419 def test_splittag_deprecation(self): argument
1426 def test_splitattr_deprecation(self): argument
1433 def test_splitvalue_deprecation(self): argument
1440 def test_to_bytes_deprecation(self): argument