Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork225
Conversation
Complete translation of asyncio Call Graph Introspection documentationcovering print_call_graph(), format_call_graph(), capture_call_graph()and low-level utility functions.
github-actionsbot commentedFeb 4, 2026 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
josix commentedFeb 4, 2026
| #: ../../library/asyncio-graph.rst:8 | ||
| msgid "Call Graph Introspection" | ||
| msgstr "" | ||
| msgstr "呼叫圖內省(Graph Introspection)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
josix commentedMar 14, 2026
thanks 那保留內省好了看起來是常見的翻法
|
| #: ../../library/asyncio-graph.rst:8 | ||
| msgid "Call Graph Introspection" | ||
| msgstr "" | ||
| msgstr "呼叫圖內省(Graph Introspection)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
只少掉一字 call 怕誤導
| msgstr "呼叫圖內省(Graph Introspection)" | |
| msgstr "呼叫圖內省(CallGraph Introspection)" |
| "within a Python program or by external profilers and debuggers." | ||
| msgstr "" | ||
| "asyncio 擁有強大的執行期呼叫圖內省工具,可以追蹤執行中的\\ *協程*\\ 或\\ " | ||
| "*任務*\\ ,或是暫停的\\ *future*\\ 的完整呼叫圖。這些工具和底層機制可以在 " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| "*任務*\\,或是暫停的\\ *future*\\ 的完整呼叫圖。這些工具和底層機制可以在" | |
| "*任務*,或是暫停的 *future* 的完整呼叫圖。這些工具和底層機制可以在" |
| "*future*. These utilities and the underlying machinery can be used from " | ||
| "within a Python program or by external profilers and debuggers." | ||
| msgstr "" | ||
| "asyncio 擁有強大的執行期呼叫圖內省工具,可以追蹤執行中的\\ *協程*\\ 或\\ " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
目前 runtime 都不翻
| "asyncio擁有強大的執行期呼叫圖內省工具,可以追蹤執行中的\\ *協程*\\ 或\\" | |
| "asyncio擁有強大的 runtime 呼叫圖內省工具,可以追蹤執行中的\\ *協程*\\ 或\\" |
| msgstr "" | ||
| "asyncio 擁有強大的執行期呼叫圖內省工具,可以追蹤執行中的\\ *協程*\\ 或\\ " | ||
| "*任務*\\ ,或是暫停的\\ *future*\\ 的完整呼叫圖。這些工具和底層機制可以在 " | ||
| "Python 程式內部使用,或被外部分析器和除錯器使用。" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| "Python 程式內部使用,或被外部分析器和除錯器使用。" | |
| "Python 程式內部使用,或被外部分析器和偵錯器使用。" |
| "*depth* argument can be used to skip the specified number of frames from top " | ||
| "of the stack." | ||
| msgstr "" | ||
| "如果在\\ *當前任務*\\ 上呼叫此函式,可以使用選擇性的僅限關鍵字引數 *depth* " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
使用「目前」而非「當前」
| "如果在\\ *當前任務*\\ 上呼叫此函式,可以使用選擇性的僅限關鍵字引數 *depth*" | |
| "如果在\\ *目前任務*\\ 上呼叫此函式,可以使用選擇性的僅限關鍵字引數 *depth*" |
| "類似於 :func:`print_call_graph`\\ ,但回傳一個字串。如果 *future* 為 " | ||
| "``None`` 且沒有當前任務,此函式回傳一個空字串。" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| "類似於 :func:`print_call_graph`\\,但回傳一個字串。如果 *future* 為" | |
| "``None``且沒有當前任務,此函式回傳一個空字串。" | |
| "類似於 :func:`print_call_graph`,但回傳一個字串。如果 *future* 為" | |
| "``None``且沒有目前任務,此函式回傳一個空字串。" |
| "Capture the async call graph for the current task or the " | ||
| "provided :class:`Task` or :class:`Future`." | ||
| msgstr "" | ||
| "捕獲當前任務或所提供的 :class:`Task` 或 :class:`Future` 的非同步呼叫圖。" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| "捕獲當前任務或所提供的 :class:`Task` 或 :class:`Future` 的非同步呼叫圖。" | |
| "捕獲目前任務或所提供的 :class:`Task` 或 :class:`Future` 的非同步呼叫圖。" |
| "此函式接受一個選擇性的 *future* 引數。如果未傳入,將使用當前執行中的任務。" | ||
| "如果沒有當前任務,此函式回傳 ``None``\\ 。" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| "此函式接受一個選擇性的 *future* 引數。如果未傳入,將使用當前執行中的任務。" | |
| "如果沒有當前任務,此函式回傳 ``None``\\。" | |
| "此函式接受一個選擇性的 *future* 引數。如果未傳入,將使用目前執行中的任務。" | |
| "如果沒有目前任務,此函式回傳 ``None``。" |
| "或 :class:`TaskGroup`\\ 。任何時候涉及使用低階 API(如 :meth:`Future." | ||
| "add_done_callback() <asyncio.Future.add_done_callback>`\\ )的中介 :class:" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| "或 :class:`TaskGroup`\\。任何時候涉及使用低階 API(如 :meth:`Future." | |
| "add_done_callback() <asyncio.Future.add_done_callback>`\\)的中介 :class:" | |
| "或 :class:`TaskGroup`。任何時候涉及使用低階 API(如 :meth:`Future." | |
| "add_done_callback() <asyncio.Future.add_done_callback>`)的中介 :class:" |
| "This function prints entries starting from the top frame and going down " | ||
| "towards the invocation point." | ||
| msgstr "" | ||
| msgstr "此函式會從頂層框架開始印出條目,然後往下到呼叫點。" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
ditto
這個 "frame" 出現比較早,原文附註應該在這邊
Complete translation of asyncio Call Graph Introspection documentation covering print_call_graph(), format_call_graph(), capture_call_graph() and low-level utility functions.