Create
Make a Meme
Make a GIF or Short Video
Meme Templates
GIF Templates
Python when you give double underscore attribute names
share
1,943 views
•
Made by
CodingComputing
1 year 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