как понять, инстанс переменные ?
ты про объект класса ?
Да инкапсуляции нет
Encapsulation example
Python does not have the private keyword, unlike some other object oriented languages, but encapsulation can be done. Instead, it relies on the convention: a class variable that should not directly be accessed should be prefixed with an underscore.