mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-27 05:12:10 +08:00
Remove Python 3.7 branches (#11238)
This commit is contained in:
@@ -27,10 +27,7 @@ def digit(__chr: str, __default: _T) -> int | _T: ...
|
||||
_EastAsianWidth: TypeAlias = Literal["F", "H", "W", "Na", "A", "N"]
|
||||
|
||||
def east_asian_width(__chr: str) -> _EastAsianWidth: ...
|
||||
|
||||
if sys.version_info >= (3, 8):
|
||||
def is_normalized(__form: str, __unistr: str) -> bool: ...
|
||||
|
||||
def is_normalized(__form: str, __unistr: str) -> bool: ...
|
||||
def lookup(__name: str | ReadOnlyBuffer) -> str: ...
|
||||
def mirrored(__chr: str) -> int: ...
|
||||
@overload
|
||||
@@ -60,9 +57,7 @@ class UCD:
|
||||
@overload
|
||||
def digit(self, __chr: str, __default: _T) -> int | _T: ...
|
||||
def east_asian_width(self, __chr: str) -> _EastAsianWidth: ...
|
||||
if sys.version_info >= (3, 8):
|
||||
def is_normalized(self, __form: str, __unistr: str) -> bool: ...
|
||||
|
||||
def is_normalized(self, __form: str, __unistr: str) -> bool: ...
|
||||
def lookup(self, __name: str | ReadOnlyBuffer) -> str: ...
|
||||
def mirrored(self, __chr: str) -> int: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user