File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 77--------------
88
99This module provides direct access to all 'built-in' identifiers of Python; for
10- example, ``builtins.open `` is the full name for the built-in function
11- :func: `open `. See :ref: `built-in-funcs ` and :ref: `built-in-consts ` for
12- documentation.
13-
10+ example, ``builtins.open `` is the full name for the built-in function :func: `open `.
1411
1512This module is not normally accessed explicitly by most applications, but can be
1613useful in modules that provide objects with the same name as a built-in value,
@@ -40,3 +37,10 @@ available as part of their globals. The value of ``__builtins__`` is normally
4037either this module or the value of this module's :attr: `~object.__dict__ ` attribute.
4138Since this is an implementation detail, it may not be used by alternate
4239implementations of Python.
40+
41+ .. seealso ::
42+
43+ * :ref: `built-in-consts `
44+ * :ref: `bltin-exceptions `
45+ * :ref: `built-in-funcs `
46+ * :ref: `bltin-types `
You can’t perform that action at this time.
0 commit comments