Assignment versus binding
Steve D'Aprano
steve+python at pearwood.info
Tue Oct 4 12:35:39 EDT 2016
More information about the Python-list mailing list
Tue Oct 4 12:35:39 EDT 2016
- Previous message (by thread): Assignment versus binding
- Next message (by thread): Assignment versus binding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 4 Oct 2016 09:32 pm, Rustom Mody wrote: > Are not the contents of the scope and the shape of the scope different > things? What does "the shape of the scope" mean? Scopes don't have a shape -- they aren't geometric objects. So I'm afraid I don't understand what distinction you are trying to make. -- Steve “Cheer up,” they said, “things could be worse.” So I cheered up, and sure enough, things got worse.
- Previous message (by thread): Assignment versus binding
- Next message (by thread): Assignment versus binding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list