Copyright (c) Hyperion Entertainment and contributors.

AmigaOS Manual: Python Glossary

From AmigaOS Documentation Wiki
Revision as of 13:38, 15 July 2018 by Janne Peräaho (talk | contribs) (Added some terms)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This glossary provides definitions of terms used in the Python manual.

bytecode
class
A template for creating user-defined objects.
class variable
A variable defined in a class and intended to be modified only at class level
coercion
coroutine
coroutine function
decorator
descriptor
dictionary
function
function object
garbage collection
generator
generator iterator
immutable
import path
importing
importer
lambda
list
metaclass
method
module
namespace
object
package
regular package
set
slice
tuple
virtual machine