Create
Make a Meme
Make a GIF or Short Video
Python when you give double underscore attribute names
share
1,742 views
•
Made by
CodingComputing
10 months ago
in
fun
spiderman glasses
python
Caption this Meme
Add Meme
Add Image
Post Comment
Show More Comments
Caption this Meme
Created with the Imgflip
Meme Generator
IMAGE DESCRIPTION:
NAME MANGLING IN PYTHON; class MyCls: def set_x(self, x): self.__x = x; class MyCls: def set_x(self, x): self._MyCls__x = x; @CodingComputing