We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've noticed that unmarkers.BaseUnmarker been documented as an "abstract base class" when we're actually using it otherwise.
unmarkers.BaseUnmarker
Also, there's some dead code and we should actually sprinkle @staticmethod on some of them.
@staticmethod
Here's my idea:
tag_*
BaseUnmarker
BasicUnmarker
AbstractUnmarker
BasicMarker
shed
--refactor
Version bump: minor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've noticed that
unmarkers.BaseUnmarker
been documented as an "abstract base class" when we're actually using it otherwise.Also, there's some dead code and we should actually sprinkle
@staticmethod
on some of them.Here's my idea:
tag_*
methods inBaseUnmarker
➡️BasicUnmarker
BaseUnmarker
➡️AbstractUnmarker
BaseUnmarker
➡️BasicMarker
shed
on the whole codebase (with--refactor
)Version bump: minor
The text was updated successfully, but these errors were encountered: