.. _protected-access: protected-access / W0212 ======================== **Message emitted:** Access to a protected member %s of a client class **Description:** *Used when a protected member (i.e. class member with a name beginning with an underscore) is access outside the class or a descendant of the class where it's defined.* Created by ``classes`` checker