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 3241641 commit e8453bcCopy full SHA for e8453bc
1 file changed
Doc/c-api/concrete.rst
@@ -74,26 +74,35 @@ intrinsic to the Python language.
74
75
.. _mapobjects:
76
77
-Mapping Objects
78
-===============
+Container Objects
+=================
79
80
.. index:: object: mapping
81
82
.. toctree::
83
84
dict.rst
85
+ set.rst
86
87
88
.. _otherobjects:
89
-Other Objects
90
-=============
+Function Objects
91
+================
92
93
94
- set.rst
95
function.rst
96
method.rst
97
+ cell.rst
98
+ code.rst
99
+
100
101
+Other Objects
102
+=============
103
104
+.. toctree::
105
106
file.rst
107
module.rst
108
iterator.rst
@@ -102,7 +111,6 @@ Other Objects
111
memoryview.rst
112
weakref.rst
113
capsule.rst
- cell.rst
114
gen.rst
115
datetime.rst
- code.rst
116
0 commit comments