File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -649,6 +649,8 @@ msgid ""
649649"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
650650"wrapped function is a Python generator function."
651651msgstr ""
652+ ":func:`functools.partial` でラップした関数に対して、ラップされた関数が "
653+ "Python のジェネレータ関数である場合は ``True`` を返すようになりました。"
652654
653655#: ../../library/inspect.rst:317
654656msgid "Return ``True`` if the object is a generator."
@@ -667,6 +669,9 @@ msgid ""
667669"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
668670"wrapped function is a :term:`coroutine function`."
669671msgstr ""
672+ ":func:`functools.partial` でラップした関数に対して、ラップされた関数が コルー"
673+ "チン関数 :term:`coroutine function` である場合は ``True`` を返すようになりま"
674+ "した。"
670675
671676#: ../../library/inspect.rst:334
672677msgid ""
You can’t perform that action at this time.
0 commit comments