User Tools

Site Tools


python_aliasing

Python aliasing

aliasing - “Binding two or more names to the same object. Aliasing happens naturally all the time in any language where variables and function parameters hold references to objects. To avoid confusion, just forget the idea that variables are boxes that store objects (an object can’t be in two boxes at the same time). It’s better to think of them as labels attached to objects (an object can have more than one label). See alias (Python alias).” (FlntPy 2022)

python_aliasing.txt · Last modified: 2024/04/28 03:36 by 127.0.0.1