Thanks to visit codestin.com Credit goes to github.com
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 f298aa2 commit 0f05146Copy full SHA for 0f05146
library/stdtypes.po
@@ -327,6 +327,12 @@ msgid ""
327
"example, they raise a :exc:`TypeError` exception when one of the arguments "
328
"is a complex number."
329
msgstr ""
330
+"異なる数値型の場合を除き、異なる型のオブジェクト同士は等価になることはありま"
331
+"せん。 ``==`` 演算子は常に定義されていますが、いくつかのオブジェクト型 (たと"
332
+"えばクラスオブジェクト) では :keyword:`is` と同等になります。 ``<``, ``<=``, "
333
+"``>`` および ``>=`` 演算子は、それらの意味が明快である場合に限って定義されま"
334
+"す; たとえば、オペランドのいずれかが複素数である場合、これらの演算子は :exc:"
335
+"`TypeError` 例外を送出します。"
336
337
#: ../../library/stdtypes.rst:180
338
msgid ""
0 commit comments