pablodz / pipewire_python

Consider decorating method with @staticmethod PYL-R0201
Performance
Major
4 months agoa year old
Method doesn't use the class instance and could be converted into a static method
513            print(self._pipewire_list_targets)
514        return self._pipewire_list_targets
515
516    def get_list_interfaces(517        self,
518        filtered_by_type: str = True,
519        type_interfaces: str = "Client",