The Borg cannot access properties with two underscores from within itself. It will throw an AttributeError. Example: ``` python self.__some_var ``` Output: ``` bash AttributeError: 'MyBorg' object has no attribute '_MyBorg__some_var' ```