mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Add link to bytecode docs.
This commit is contained in:
parent
58df679b5e
commit
2b4eda4b55
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ Glossary
|
||||||
"intermediate language" is said to run on a :term:`virtual machine`
|
"intermediate language" is said to run on a :term:`virtual machine`
|
||||||
that executes the machine code corresponding to each bytecode.
|
that executes the machine code corresponding to each bytecode.
|
||||||
|
|
||||||
|
A list of bytecode instructions can be found in the documentation for
|
||||||
|
:ref:`the dis module <bytecodes>`.
|
||||||
|
|
||||||
class
|
class
|
||||||
A template for creating user-defined objects. Class definitions
|
A template for creating user-defined objects. Class definitions
|
||||||
normally contain method definitions which operate on instances of the
|
normally contain method definitions which operate on instances of the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue