mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Bump flake8-pyi to 23.1.1 (#9599)
This commit is contained in:
@@ -37,7 +37,7 @@ def java_ver(
|
||||
release: str = "", vendor: str = "", vminfo: tuple[str, str, str] = ..., osinfo: tuple[str, str, str] = ...
|
||||
) -> tuple[str, str, tuple[str, str, str], tuple[str, str, str]]: ...
|
||||
def system_alias(system: str, release: str, version: str) -> tuple[str, str, str]: ...
|
||||
def architecture(executable: str = ..., bits: str = "", linkage: str = "") -> tuple[str, str]: ...
|
||||
def architecture(executable: str = sys.executable, bits: str = "", linkage: str = "") -> tuple[str, str]: ...
|
||||
|
||||
class uname_result(NamedTuple):
|
||||
system: str
|
||||
|
||||
Reference in New Issue
Block a user