File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 7
7
--------------
8
8
9
9
This 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 `.
14
11
15
12
This module is not normally accessed explicitly by most applications, but can be
16
13
useful 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
40
37
either this module or the value of this module's :attr: `~object.__dict__ ` attribute.
41
38
Since this is an implementation detail, it may not be used by alternate
42
39
implementations 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