Search notes:

Python: __builtins__

__builtins__ contains built-in functions, exceptions and other objects.
__builtins__ is one of the names that is present in the top level scope (__name__ == '__main__') as returned by dir().

See also

Other dunders

Index