We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc03ce7 commit ccb920eCopy full SHA for ccb920e
Doc/library/mimetypes.rst
@@ -241,6 +241,12 @@ than one MIME-type database; it provides an interface similar to the one of the
241
:data:`common_types` and :data:`types_map`.
242
243
244
+ .. method:: MimeTypes.add_type(type, ext, strict=True)
245
+
246
+ Similar to the :func:`add_type` function, using the tables stored as part of
247
+ the object.
248
249
250
.. method:: MimeTypes.guess_extension(type, strict=True)
251
252
Similar to the :func:`guess_extension` function, using the tables stored as part
0 commit comments