Kaydet (Commit) 50211fa0 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

document NotImplemented

üst b603b277
......@@ -2711,6 +2711,15 @@ special operations. There is exactly one ellipsis object, named
It is written as ``Ellipsis`` or ``...``.
The NotImplemented Object
-------------------------
This object is returned from comparisons and binary operations when they are
asked to operate on types they don't support. See :ref:`comparisons` for more
information.
It is written as ``NotImplemented``.
Boolean Values
--------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment