Skip to content

Commit

Permalink
typing: GlossaryType: add glos.progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 15, 2024
1 parent 694999e commit fab2925
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyglossary/glossary_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ def removeHtmlTagsAll(self) -> None: ...

def addCleanupPath(self, path: str) -> None: ...

@property
def progressbar(self) -> bool: ...


class GlossaryExtendedType(GlossaryType, typing.Protocol):
def progressInit(
Expand Down

0 comments on commit fab2925

Please sign in to comment.