Thanks to visit codestin.com Credit goes to github.com
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 a9993b4 commit c301dc6Copy full SHA for c301dc6
1 file changed
library/profile.po
@@ -386,6 +386,8 @@ msgid ""
386
"The :class:`Profile` class can also be used as a context manager (supported "
387
"only in :mod:`cProfile` module. see :ref:`typecontextmanager`)::"
388
msgstr ""
389
+":class:`Profile` 类也可作为上下文管理器使用 (仅在 :mod:`cProfile` 模块中支持。 参见 "
390
+":ref:`typecontextmanager`)::"
391
392
#: ../../library/profile.rst:278
393
msgid "Added context manager support."
@@ -409,7 +411,7 @@ msgstr "停止收集分析数据,并在内部将结果记录为当前 profile
409
411
msgid ""
410
412
"Create a :class:`~pstats.Stats` object based on the current profile and "
413
"print the results to stdout."
-msgstr ""
414
+msgstr "根据当前性能分析数据创建一个 :class:`~pstats.Stats` 对象并将结果打印到 stdout。"
415
416
#: ../../library/profile.rst:301
417
msgid "Write the results of the current profile to *filename*."
0 commit comments