Message322311
| Author | rhettinger |
|---|---|
| Recipients | Leeland Morgan, rhettinger, xtreak |
| Date | 2018-07-24.15:44:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1532447064.38.0.56676864532.issue34196@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Name mangling is intended to create class local references (that is why the class name is prepended) and can be used to add a layer of privacy to calls *within* a class. It is not intended to do what you're trying to do outside of class definitions. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-24 15:44:24 | rhettinger | set | recipients: + rhettinger, xtreak, Leeland Morgan |
| 2018-07-24 15:44:24 | rhettinger | set | messageid: <1532447064.38.0.56676864532.issue34196@psf.upfronthosting.co.za> |
| 2018-07-24 15:44:24 | rhettinger | link | issue34196 messages |
| 2018-07-24 15:44:24 | rhettinger | create | |