mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
stdlib: add some parameter defaults (#14610)
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ def python_branch() -> str: ...
|
||||
def python_revision() -> str: ...
|
||||
def python_build() -> tuple[str, str]: ...
|
||||
def python_compiler() -> str: ...
|
||||
def platform(aliased: bool = ..., terse: bool = ...) -> str: ...
|
||||
def platform(aliased: bool = False, terse: bool = False) -> str: ...
|
||||
|
||||
if sys.version_info >= (3, 10):
|
||||
def freedesktop_os_release() -> dict[str, str]: ...
|
||||
|
||||
Reference in New Issue
Block a user