~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. index::
+ single: __builtins__ (function attribute)
single: __closure__ (function attribute)
single: __globals__ (function attribute)
pair: global; namespace
* - Attribute
- Meaning
+ * - .. attribute:: function.__builtins__
+ - A reference to the :class:`dictionary <dict>` that holds the function's
+ builtins namespace.
+
+ .. versionadded:: 3.10
+
* - .. attribute:: function.__globals__
- A reference to the :class:`dictionary <dict>` that holds the function's
:ref:`global variables <naming>` -- the global namespace of the module