We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fddf599 + d71c283 commit 812f4f6Copy full SHA for 812f4f6
w3lib/url.py
@@ -264,3 +264,11 @@ def any_to_uri(uri_or_path):
264
return path_to_file_uri(uri_or_path)
265
u = urlparse(uri_or_path)
266
return uri_or_path if u.scheme else path_to_file_uri(uri_or_path)
267
+
268
269
+__all__ = ["add_or_replace_parameter", "any_to_uri", "file_uri_to_path",
270
+ "is_url", "path_to_file_uri", "safe_download_url",
271
+ "safe_url_string", "url_query_cleaner", "url_query_parameter",
272
273
+ # this last one is deprecated ; include it to be on the safe side
274
+ "urljoin_rfc"]
0 commit comments