mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
@@ -185,8 +185,7 @@ def getwindowsversion() -> _WinVersion: ... # Windows only
|
||||
|
||||
def intern(string: str) -> str: ...
|
||||
|
||||
if sys.version_info >= (3, 5):
|
||||
def is_finalizing() -> bool: ...
|
||||
def is_finalizing() -> bool: ...
|
||||
|
||||
if sys.version_info >= (3, 7):
|
||||
__breakpointhook__: Any # contains the original value of breakpointhook
|
||||
|
||||
Reference in New Issue
Block a user