Imgflip Logo Icon

Python when you give double underscore attribute names

Python when you give double underscore attribute names | 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 | image tagged in spiderman glasses,python | made w/ Imgflip meme maker
499 views Made by CodingComputing 4 months ago in fun
Spiderman Glasses memeCaption this Meme
Spiderman Glasses memeCaption 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