We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5140551 commit 8afed0cCopy full SHA for 8afed0c
library/inspect.po
@@ -660,6 +660,8 @@ msgid ""
660
"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
661
"wrapped function is a Python generator function."
662
msgstr ""
663
+":func:`functools.partial` でラップした関数に対して、ラップされた関数が "
664
+"Python のジェネレータ関数である場合は ``True`` を返すようになりました。"
665
666
#: ../../library/inspect.rst:324
667
msgid "Return ``True`` if the object is a generator."
@@ -678,6 +680,9 @@ msgid ""
678
680
679
681
"wrapped function is a :term:`coroutine function`."
682
683
+":func:`functools.partial` でラップした関数に対して、ラップされた関数が コルー"
684
+"チン関数 :term:`coroutine function` である場合は ``True`` を返すようになりま"
685
+"した。"
686
687
#: ../../library/inspect.rst:341
688
msgid ""
0 commit comments