File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2023-07-22 00:04+0000\n "
11
- "PO-Revision-Date : 2023-08-15 22:19 +0800\n "
11
+ "PO-Revision-Date : 2023-08-16 16:55 +0800\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
@@ -91,6 +91,9 @@ msgid ""
91
91
"can configure them, to specify return values or limit what attributes are "
92
92
"available, and then make assertions about how they have been used:"
93
93
msgstr ""
94
+ ":class:`Mock` 和 :class:`MagicMock` 物件在你存取它們時創建所有屬性和method"
95
+ "(方法),並儲存它們如何被使用的詳細訊息。你可以配置它們,以指定返回值或限制"
96
+ "可用的屬性,然後對它們的使用方式做出斷言:"
94
97
95
98
#: ../../library/unittest.mock.rst:72
96
99
msgid ""
You can’t perform that action at this time.
0 commit comments