mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
More typing work
This commit is contained in:
13
kittens/unicode_input/unicode_names.pyi
Normal file
13
kittens/unicode_input/unicode_names.pyi
Normal file
@@ -0,0 +1,13 @@
|
||||
from typing import Tuple, FrozenSet, Optional
|
||||
|
||||
|
||||
def all_words() -> Tuple[str, ...]:
|
||||
pass
|
||||
|
||||
|
||||
def codepoints_for_word(word: str) -> FrozenSet[int]:
|
||||
pass
|
||||
|
||||
|
||||
def name_for_codepoint(cp: int) -> Optional[str]:
|
||||
pass
|
||||
Reference in New Issue
Block a user