mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Fix a missing type in stat.pyi (#536)
This commit is contained in:
committed by
Guido van Rossum
parent
ecc400f125
commit
f728e413b8
@@ -14,7 +14,7 @@ def S_ISLNK(mode: int) -> bool: ...
|
||||
def S_ISSOCK(mode: int) -> bool: ...
|
||||
|
||||
def S_IMODE(mode: int) -> int: ...
|
||||
def S_IFMT(mode) -> int: ...
|
||||
def S_IFMT(mode: int) -> int: ...
|
||||
|
||||
ST_MODE = 0
|
||||
ST_INO = 0
|
||||
|
||||
Reference in New Issue
Block a user