Posts by Leonardo • 1 point
1 post
-
0
votes0
answers12
viewsQ: What does __class__mean?
I was reading a code in Python when I came across this excerpt: def __init__(self, conexao): __class__.conexao = conexao __class__.centro_espacial = conexao.space_center self.iniciar_decolagem()…