Glossary¶
- aliasing¶
See chapter A Word About Names and Objects of The Python Tutorial.
- argument¶
See argument @ glossari of Python.
- attribute¶
See attribute @ glossari of Python.
- class¶
See class @ glossari of Python.
- copy¶
See el mòdul
copy@ library-index.- expression¶
See expression @ glossari of Python.
- identifier¶
See Names (identifiers and keywords) @ The Python Language Reference.
- immutable¶
Immutable object. See immutable @ glossari de Python.
- method¶
See method @ glossari of Python.
- modifier¶
method that modifies the attributes of the object.
- mutable¶
Mutable object. See mutable @ glossari de Python.
- namespace¶
See namespace @ glossari of Python. See also chapter Python Scopes and Namespaces of The Python Tutorial.
- object¶
See object @ glossari of Python.
- parameter¶
See parameter @ glossari of Python.
- scope¶
See chapter Python Scopes and Namespaces of The Python Tutorial.
- type¶
Synonim of class. See type @ glossari of Python.
- value¶
See Objects, values and types @ The Python Language Reference.
- variable¶
See Objects, values and types @ The Python Language Reference.