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 e083205 commit 67225a5Copy full SHA for 67225a5
docs/multidict.rst
@@ -200,6 +200,11 @@ MutableMultiDict
200
dictionary is then updated with those key/value pairs:
201
``d.update(red=1, blue=2)``.
202
203
+ .. seealso::
204
+
205
+ :class:`MultiDictProxy` can be used to create a read-only view
206
+ of a :class:`MultiDict`.
207
208
209
CIMultiDict
210
-----------
@@ -227,6 +232,11 @@ CIMultiDict
227
232
228
233
The class is inherited from :class:`MultiDict`.
229
234
235
236
237
+ :class:`CIMultiDictProxy` can be used to create a read-only view
238
+ of a :class:`CIMultiDict`.
239
230
240
231
241
MultiDictProxy
242
---------------
0 commit comments