Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork219
[event] Meetup Nov. 25th, 2023#731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
f60278ffbda29be3f1dc36001c08ef2398af439f94ebd1bf930ed6c91c8c26c3353709c95244fddd10e52e590b9f5bffe0ca7f5caFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -40,17 +40,18 @@ msgstr "" | ||
| #: ../../library/asyncio-runner.rst:23 | ||
| msgid "Running an asyncio Program" | ||
| msgstr "運行一個 asyncio 程式" | ||
| #: ../../library/asyncio-runner.rst:27 | ||
| msgid "Execute the :term:`coroutine` *coro* and return the result." | ||
| msgstr "執行\\ :term:`協程 (coroutine) <coroutine>` *coro* 並回傳結果。" | ||
| #: ../../library/asyncio-runner.rst:29 | ||
| msgid "" | ||
| "This function runs the passed coroutine, taking care of managing the asyncio " | ||
| "event loop, *finalizing asynchronous generators*, and closing the executor." | ||
| msgstr "" | ||
| "這個函式負責運行被傳入的協程、管理 asyncio 的事件迴圈、*終結非同步產生器*,以及關閉執行器。" | ||
Collaborator There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. finalize 被翻成終結是慣例嗎? CollaboratorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. 不是慣例,等 discussion 有結論(when QQ)再回來修正 Collaborator There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. 我們知道下次sprint要幹嘛了QQ | ||
| #: ../../library/asyncio-runner.rst:33 ../../library/asyncio-runner.rst:113 | ||
| msgid "" | ||
Uh oh!
There was an error while loading.Please reload this page.