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 58df679 commit 2b4eda4Copy full SHA for 2b4eda4
Doc/glossary.rst
@@ -63,6 +63,9 @@ Glossary
63
"intermediate language" is said to run on a :term:`virtual machine`
64
that executes the machine code corresponding to each bytecode.
65
66
+ A list of bytecode instructions can be found in the documentation for
67
+ :ref:`the dis module <bytecodes>`.
68
+
69
class
70
A template for creating user-defined objects. Class definitions
71
normally contain method definitions which operate on instances of the
0 commit comments