Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 922a11b

Browse files
[po] auto sync
1 parent 5482db1 commit 922a11b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

library/wsgiref.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,10 @@ msgid ""
288288
"list. In fact, the :meth:`items` method just returns a copy of the wrapped "
289289
"header list."
290290
msgstr ""
291+
":class:`Headers` 对象还支持 :meth:`keys`, :meth:`values` 以及 :meth:`items` 方法。 "
292+
"如果存在具有多个值的键则 :meth:`keys` 和 :meth:`items` 所返回的列表可能包括多个相同的键。 对 "
293+
":class:`Headers` 对象执行 ``len()`` 的结果与 :meth:`items` 的长度相同,也与所包装的标头列表的长度相同。 "
294+
"实际上,:meth:`items` 方法只是返回所包装的标头列表的一个副本。"
291295

292296
#: ../../library/wsgiref.rst:216
293297
msgid ""

0 commit comments

Comments
 (0)