bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agoThe meaning of thislemmy.mlimagemessage-square9linkfedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square9linkfedilink
minus-squareWolfLink@sh.itjust.workslinkfedilinkarrow-up1·1 year agoIn Python, self is not a keyword, it’s a conventional variable name. You can replace all instances of “self” with “this” and your code will work the same.
In Python, self is not a keyword, it’s a conventional variable name. You can replace all instances of “self” with “this” and your code will work the same.