How do these Java concepts translate to Python?

Devan L devlai at gmail.com
Thu Aug 11 23:30:14 EDT 2005


Fausto Arinos Barbuto wrote:
> Ray wrote:
>
> > 1. Where are the access specifiers? (public, protected, private)
>
>     AFAIK, there is not such a thing in Python.
>
> ---Fausto

Well, technically you can use _attribute to mangle it, but technically
speaking, there are no public, protected, or private things.




More information about the Python-list mailing list