File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 91.92 %" , "updated_at" : " 2024-04-17T01:30:08Z " }
1
+ {"translation" : " 91.93 %" , "updated_at" : " 2024-04-17T02:16:03Z " }
Original file line number Diff line number Diff line change @@ -1691,6 +1691,9 @@ msgid ""
1691
1691
"``__wrapped__`` attribute on a wrapper function). (Contributed by Daniel "
1692
1692
"Urban, Aaron Iles and Nick Coghlan in :issue:`13266`.)"
1693
1693
msgstr ""
1694
+ ":func:`~inspect.unwrap` 用于方便地解开由 :func:`functools.wraps` (以及任何在包装器函数上设置 "
1695
+ "``__wrapped__`` 属性的 API) 创建的包装器函数链。 (由 Daniel Urban, Aaron Iles 和 Nick "
1696
+ "Coghlan 在 :issue:`13266` 中贡献。)"
1694
1697
1695
1698
#: ../../whatsnew/3.4.rst:1036
1696
1699
msgid ""
@@ -1700,6 +1703,8 @@ msgid ""
1700
1703
"metaclasses. (Contributed by Ethan Furman in :issue:`18929` and "
1701
1704
":issue:`19030`.)"
1702
1705
msgstr ""
1706
+ "作为新的 :mod:`enum` 模块实现的一部分,现在 :mod:`inspect` 模块通过元类为自定义 ``__dir__`` "
1707
+ "方法和动态类属性提供了更好的支持。 (由 Ethan Furman 在 :issue:`18929` 和 :issue:`19030` 中贡献。)"
1703
1708
1704
1709
#: ../../whatsnew/3.4.rst:1042
1705
1710
msgid ""
@@ -2022,6 +2027,7 @@ msgid ""
2022
2027
"Long strings are now wrapped using Python's normal line continuation syntax."
2023
2028
" (Contributed by Antoine Pitrou in :issue:`17150`.)"
2024
2029
msgstr ""
2030
+ "长字符串现在将使用 Python 的常规续行语法进行包装。 (由 Antoine Pitrou 在 :issue:`17150` 中贡献。)"
2025
2031
2026
2032
#: ../../whatsnew/3.4.rst:1271
2027
2033
msgid "pty"
You can’t perform that action at this time.
0 commit comments