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 91ef16a commit 1dae074Copy full SHA for 1dae074
1 file changed
library/inspect.po
@@ -649,6 +649,8 @@ msgid ""
649
"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
650
"wrapped function is a Python generator function."
651
msgstr ""
652
+":func:`functools.partial` でラップした関数に対して、ラップされた関数が "
653
+"Python のジェネレータ関数である場合は ``True`` を返すようになりました。"
654
655
#: ../../library/inspect.rst:317
656
msgid "Return ``True`` if the object is a generator."
@@ -667,6 +669,9 @@ msgid ""
667
669
668
670
"wrapped function is a :term:`coroutine function`."
671
672
+":func:`functools.partial` でラップした関数に対して、ラップされた関数が コルー"
673
+"チン関数 :term:`coroutine function` である場合は ``True`` を返すようになりま"
674
+"した。"
675
676
#: ../../library/inspect.rst:334
677
msgid ""
0 commit comments