Add poopt.pyi
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
5073eca1b4
commit
e478ea5328
1 changed files with 7 additions and 0 deletions
7
poezio/poopt.pyi
Normal file
7
poezio/poopt.pyi
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
from typing import List, Tuple
|
||||
|
||||
def xwcwidth(c: str) -> int: ...
|
||||
def cut_text(string: str, width: int) -> List[Tuple[int, int]]: ...
|
||||
def wcswidth(string: str) -> int: ...
|
||||
def cut_by_columns(string: str, limit: int) -> str: ...
|
Loading…
Reference in a new issue