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.
1 parent b1af346 commit 9fcbe13Copy full SHA for 9fcbe13
w3lib/url.py
@@ -378,6 +378,7 @@ def any_to_uri(uri_or_path: str) -> str:
378
379
class ParseDataURIResult(NamedTuple):
380
"""Named tuple returned by :func:`parse_data_uri`."""
381
+
382
#: MIME type type and subtype, separated by / (e.g. ``"text/plain"``).
383
media_type: str
384
#: MIME type parameters (e.g. ``{"charset": "US-ASCII"}``).
0 commit comments