sassoftware / python-sasctl

Consider decorating method with @staticmethod PYL-R0201
Performance
Major
7 months ago4 years old
Method doesn't use the class instance and could be converted into a static method
24    def _right_node(self):
25        return self._node["right_child"]
26
27    def _missing_node(self):28        return None
29
30    def _split_value(self):