Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
02890dd2
Commit
02890dd2
authored
Nov 07, 2013
by
Victor Stinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
C API doc: try to group concrete objects
parent
e147fcea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
Doc/c-api/concrete.rst
Doc/c-api/concrete.rst
+15
-7
No files found.
Doc/c-api/concrete.rst
View file @
02890dd2
...
@@ -74,26 +74,35 @@ intrinsic to the Python language.
...
@@ -74,26 +74,35 @@ intrinsic to the Python language.
.. _mapobjects:
.. _mapobjects:
Mapping
Objects
Container
Objects
===============
===============
==
.. index:: object: mapping
.. index:: object: mapping
.. toctree::
.. toctree::
dict.rst
dict.rst
set.rst
.. _otherobjects:
.. _otherobjects:
Other
Objects
Function
Objects
=============
=============
===
.. toctree::
.. toctree::
set.rst
function.rst
function.rst
method.rst
method.rst
cell.rst
code.rst
Other Objects
=============
.. toctree::
file.rst
file.rst
module.rst
module.rst
iterator.rst
iterator.rst
...
@@ -102,7 +111,6 @@ Other Objects
...
@@ -102,7 +111,6 @@ Other Objects
memoryview.rst
memoryview.rst
weakref.rst
weakref.rst
capsule.rst
capsule.rst
cell.rst
gen.rst
gen.rst
datetime.rst
datetime.rst
code.rst
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment