private variables
Ravi Teja
webraviteja at gmail.com
Tue Jan 9 01:18:36 EST 2007
More information about the Python-list mailing list
Tue Jan 9 01:18:36 EST 2007
- Previous message (by thread): Colons, indentation and reformatting. (2)
- Next message (by thread): private variables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
belinda thom wrote: > Hello, > > In what version of python were private variables added? > > Thanks, > > --b Short answer - 1.5 (or - so long ago that it doesn't matter anymore) Long answer - There are no true private variables in Python. Just private variables names by convention. See Python docs for a detailed explanation. Ravi Teja.
- Previous message (by thread): Colons, indentation and reformatting. (2)
- Next message (by thread): private variables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list