mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
[Issue 15476] Make "code object" its own entry in the index
This commit is contained in:
parent
a6f6edbda8
commit
e9b8403a1f
4 changed files with 8 additions and 11 deletions
|
|
@ -2,15 +2,13 @@
|
|||
|
||||
.. _codeobjects:
|
||||
|
||||
.. index:: object; code, code object
|
||||
|
||||
Code Objects
|
||||
------------
|
||||
|
||||
.. sectionauthor:: Jeffrey Yasskin <jyasskin@gmail.com>
|
||||
|
||||
|
||||
.. index::
|
||||
object: code
|
||||
|
||||
Code objects are a low-level detail of the CPython implementation.
|
||||
Each one represents a chunk of executable code that hasn't yet been
|
||||
bound into a function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue