Python Built-ins Constants


Elipsis


False


None


NotImplemented

A value that should only be returned by dunder methods. When a binary (or in-place) method (such as __add__()) returns NotImplemented, the reflected operation (__radd__()) is attempted on the other side.


True


CategoryRicottone

Python/Builtins/Constants (last edited 2023-01-07 05:21:46 by DominicRicottone)