Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf99228

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent7ab3689 commitbf99228

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎reference/expressions.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,9 @@ msgid ""
848848
"the resulting coroutine object, thus allowing any pending "
849849
":keyword:`!finally` clauses to execute."
850850
msgstr""
851+
"非同期ジェネレータ関数では、 :keyword:`try` 構造内の任意の場所で yield 式が使用できます。\n"
852+
"ただし、非同期ジェネレータが、(参照カウントがゼロに達するか、ガベージコレクションによる) 終了処理より前に再開されない場合、 :keyword:`!try` 構造内の yield 式は失敗となり、実行待ちだった :keyword:`finally` 節が実行されます。\n"
853+
"このケースでは、非同期ジェネレータが作動しているイベントループやスケジューラの責務は、非同期ジェネレータの :meth:`~agen.aclose` メソッドを呼び出し、残りのコルーチンオブジェクトを実行し、それによって実行待ちだった :keyword:`!finally` 節が実行できるようにします。"
851854

852855
#:../../reference/expressions.rst:653
853856
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp