• 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_attributes_bad_port(self): argument
668 def test_attributes_bad_scheme(self): argument
686 def test_attributes_without_netloc(self): argument
727 def test_noslash(self): argument
734 def test_withoutscheme(self): argument
753 def test_portseparator(self): argument
771 def test_usingsys(self): argument
775 def test_anyscheme(self): argument
796 def test_default_scheme(self): argument
811 def test_parse_fragments(self): argument
844 def test_mixed_types_rejected(self): argument
868 def _check_result_type(self, str_type): argument
893 def test_result_pairs(self): argument
903 def test_parse_qs_encoding(self): argument
916 def test_parse_qsl_encoding(self): argument
929 def test_parse_qsl_max_num_fields(self): argument
934 def test_parse_qs_separator(self): argument
955 def test_parse_qsl_separator(self): argument
976 def test_urlencode_sequences(self): argument
984 def __str__(self): argument
990 def test_urlencode_quote_via(self): argument
1000 def test_quote_from_bytes(self): argument
1007 def test_unquote_to_bytes(self): argument
1013 def test_quote_errors(self): argument
1018 def test_issue14072(self): argument
1033 def test_port_casting_failure_message(self): argument
1043 def test_telurl_params(self): argument
1064 def test_Quoter_repr(self): argument
1068 def test_all(self): argument
1084 def test_urlsplit_normalization(self): argument
1117 def test_splittype(self): argument
1125 def test_splithost(self): argument
1154 def test_splituser(self): argument
1167 def test_splitpasswd(self): argument
1185 def test_splitport(self): argument
1196 def test_splitnport(self): argument
1208 def test_splitquery(self): argument
1220 def test_splittag(self): argument
1232 def test_splitattr(self): argument
1241 def test_splitvalue(self): argument
1251 def test_to_bytes(self): argument
1257 def test_unwrap(self): argument
1266 def test_splittype_deprecation(self): argument
1273 def test_splithost_deprecation(self): argument
1280 def test_splituser_deprecation(self): argument
1287 def test_splitpasswd_deprecation(self): argument
1294 def test_splitport_deprecation(self): argument
1301 def test_splitnport_deprecation(self): argument
1308 def test_splitquery_deprecation(self): argument
1315 def test_splittag_deprecation(self): argument
1322 def test_splitattr_deprecation(self): argument
1329 def test_splitvalue_deprecation(self): argument
1336 def test_to_bytes_deprecation(self): argument