OreosLab / SSRSpeedN

Protected member accessed from outside the class PYL-W0212
Bug risk
Minor
a year ago2 years old
Access to a protected member __key of a client class
33
34    def __eq__(self, other) -> bool:
35        if isinstance(other, BasisNode):
36            return self.__key() == other.__key()37        return NotImplemented