Possible Duplicate:
Python: How to avoid explicit 'self'?
In python class if I need to reference the class member variable, I need to have a self. before it. This is anonying, can I not use that but reference the class member?
Thanks. Bin
No.
>>> import this
...
Explicit is better than implicit.
...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With