File tree Expand file tree Collapse file tree 4 files changed +7568
-7542
lines changed
Expand file tree Collapse file tree 4 files changed +7568
-7542
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ msgstr "これは Python の :class:`code` 型を表現する :c:type:`PyTypeObj
5050msgid ""
5151"Return true if *co* is a :class:`code` object. This function always "
5252"succeeds."
53- msgstr ""
53+ msgstr "*co* が :class:`code` オブジェクトの場合に真を返します。この関数は常に成功します。 "
5454
5555#: ../../c-api/code.rst:34
5656msgid "Return the number of free variables in *co*."
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ msgstr "二つの複素数の差を C の :c:type:`Py_complex` 型で返しま
7575msgid ""
7676"Return the negation of the complex number *num*, using the C "
7777":c:type:`Py_complex` representation."
78- msgstr ""
78+ msgstr "複素数 *num* の符号反転 C の :c:type:`Py_complex` 型で返します。 "
7979
8080#: ../../c-api/complex.rst:57
8181msgid ""
@@ -134,12 +134,16 @@ msgid ""
134134"Return true if its argument is a :c:type:`PyComplexObject` or a subtype of "
135135":c:type:`PyComplexObject`. This function always succeeds."
136136msgstr ""
137+ "引数が :c:type:`PyComplexObject` か :c:type:`PyComplexObject` "
138+ "のサブタイプであるときに真を返します。この関数は常に成功します。"
137139
138140#: ../../c-api/complex.rst:102
139141msgid ""
140142"Return true if its argument is a :c:type:`PyComplexObject`, but not a "
141143"subtype of :c:type:`PyComplexObject`. This function always succeeds."
142144msgstr ""
145+ "引数が :c:type:`PyComplexObject` であるが :c:type:`PyComplexObject` "
146+ "のサブタイプでないときに真を返します。この関数は常に成功します。"
143147
144148#: ../../c-api/complex.rst:108
145149msgid ""
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ msgid ""
4848":c:data:`PyFunction_Type`). The parameter must not be ``NULL``. This "
4949"function always succeeds."
5050msgstr ""
51+ "*o* が関数オブジェクト (:c:data:`PyFunction_Type` 型である) 場合に真を返します。パラメータは ``NULL`` "
52+ "にできません。この関数は常に成功します。"
5153
5254#: ../../c-api/function.rst:34
5355msgid ""
You can’t perform that action at this time.
0 commit comments