Skip to content Skip to sidebar Skip to footer
Showing posts with the label Private Methods

Python Double Underscore Mangling

I am a bit confused by this behavior (using python 3.2): class Bar: pass bar = Bar() bar.__cac… Read more Python Double Underscore Mangling