document NotImplemented
This commit is contained in:
parent
dedb502f90
commit
f444f94ed2
|
@ -2932,6 +2932,15 @@ supports no special operations. There is exactly one ellipsis object, named
|
|||
|
||||
It is written as ``Ellipsis``.
|
||||
|
||||
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…
Reference in New Issue