Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b805c47 commit 96deb75Copy full SHA for 96deb75
2 files changed
Doc/library/builtins.rst
@@ -7,7 +7,9 @@
7
8
This module provides direct access to all 'built-in' identifiers of Python; for
9
example, ``builtins.open`` is the full name for the built-in function
10
-:func:`open`.
+:func:`open`. See :ref:`built-in-funcs` and :ref:`built-in-consts` for
11
+documentation.
12
+
13
14
This module is not normally accessed explicitly by most applications, but can be
15
useful in modules that provide objects with the same name as a built-in value,
Doc/library/constants.rst
@@ -1,3 +1,5 @@
1
+.. _built-in-consts:
2
3
Built-in Constants
4
==================
5
0 commit comments