You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@abstractmethod #pragma: no cover
def something_abstract():
pass
This should exclude the entire definition and body of the function. In particular, it would be good to be able to add an exclusion regex of "@AbstractMethod" and have all the abstract methods be ignored.
From a question in #python:
This should exclude the entire definition and body of the function. In particular, it would be good to be able to add an exclusion regex of "@AbstractMethod" and have all the abstract methods be ignored.
The text was updated successfully, but these errors were encountered: