We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343565d commit 99367f1Copy full SHA for 99367f1
can/bus.py
@@ -73,7 +73,6 @@ def __iter__(self):
73
yield m
74
logger.debug("done iterating over bus messages")
75
76
- @abc.abstractmethod
77
def set_filters(self, can_filters=None):
78
"""Apply filtering to all messages received by this Bus.
79
0 commit comments