document NotImplemented
This commit is contained in:
parent
b603b27775
commit
50211fa0f9
@ -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
|
||||
--------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user