-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- Move all the
tag_*
methods inBaseUnmarker
➡️BasicUnmarker
- Rename:
BaseUnmarker
➡️AbstractUnmarker
- Alias:
BaseUnmarker
➡️BasicMarker
- Run
shed
on the whole codebase (with--refactor
)
Version bump: minor
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request