Skip to content

Commit

Permalink
glossary_types.py: add directRead to GlossaryExtendedType
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 31, 2024
1 parent a7e9293 commit 618efb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyglossary/glossary_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,12 @@ def progressbar(self) -> bool: ...
@progressbar.setter
def progressbar(self, enabled: bool) -> None: ...

def directRead(
self,
filename: str,
**options,
) -> bool: ...


class GlossaryInfoCommonType(typing.Protocol):
def getInfo(self, key: str) -> str: ...
Expand Down

0 comments on commit 618efb8

Please sign in to comment.