File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -163,16 +163,22 @@ msgid ""
163
163
"``import pdb`` line of the :mod:`doctest` module. The traceback may change "
164
164
"if a new module is loaded."
165
165
msgstr ""
166
+ "我们可以看到大部分内存都被分配到 :mod:`importlib` 模块中以便从模块中加载数据(字节码和常量): ``870.1 KiB``。 "
167
+ "回溯位置是 :mod:`importlib` 最近加载数据的地方:在 :mod:`doctest` 模块的 ``import pdb`` 行。 "
168
+ "如果加载了新模块则回溯可能发生改变。line of the. The traceback may change if a new module is "
169
+ "loaded."
166
170
167
171
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:186
168
172
msgid "Pretty top"
169
- msgstr ""
173
+ msgstr "美化的 top "
170
174
171
175
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:188
172
176
msgid ""
173
177
"Code to display the 10 lines allocating the most memory with a pretty "
174
178
"output, ignoring ``<frozen importlib._bootstrap>`` and ``<unknown>`` files::"
175
179
msgstr ""
180
+ "使用美化输出显示分配最多内存的 10 行的代码,忽略 ``<frozen importlib._bootstrap>`` 和 ``<unknown>``"
181
+ " 文件::"
176
182
177
183
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:254
178
184
msgid "API"
You can’t perform that action at this time.
0 commit comments