mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
committed by
Jelle Zijlstra
parent
b8a3f9359f
commit
ac4cb7a619
@@ -124,7 +124,7 @@ def exit(arg: Any = ...) -> NoReturn:
|
||||
def getcheckinterval() -> int: ... # deprecated
|
||||
def getdefaultencoding() -> str: ...
|
||||
def getdlopenflags() -> int: ...
|
||||
def getfilesystemencoding() -> Union[str, None]: ...
|
||||
def getfilesystemencoding() -> str: ... # In practice, never returns None
|
||||
def getrefcount(arg: Any) -> int: ...
|
||||
def getrecursionlimit() -> int: ...
|
||||
def getsizeof(obj: object, default: int = ...) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user