Attributes Double Underscore Private Methods Python Python 3.x Python Double Underscore Mangling January 20, 2024 Post a Comment 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