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 7adb1d9 commit d178f75Copy full SHA for d178f75
1 file changed
library/inspect.po
@@ -656,6 +656,8 @@ msgid ""
656
"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
657
"wrapped function is a Python generator function."
658
msgstr ""
659
+":func:`functools.partial` でラップした関数に対して、ラップされた関数が "
660
+"Python のジェネレータ関数である場合は ``True`` を返すようになりました。"
661
662
#: ../../library/inspect.rst:317
663
msgid "Return ``True`` if the object is a generator."
@@ -674,6 +676,9 @@ msgid ""
674
676
675
677
"wrapped function is a :term:`coroutine function`."
678
679
+":func:`functools.partial` でラップした関数に対して、ラップされた関数が コルー"
680
+"チン関数 :term:`coroutine function` である場合は ``True`` を返すようになりま"
681
+"した。"
682
683
#: ../../library/inspect.rst:334
684
msgid ""
0 commit comments