mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-25 05:11:09 +08:00
committed by
Jelle Zijlstra
parent
754789b031
commit
732726400f
@@ -16,6 +16,9 @@ def S_ISSOCK(mode: int) -> bool: ...
|
||||
def S_IMODE(mode: int) -> int: ...
|
||||
def S_IFMT(mode: int) -> int: ...
|
||||
|
||||
if sys.version_info >= (3, 3):
|
||||
def filemode(mode: int) -> str: ...
|
||||
|
||||
ST_MODE = 0
|
||||
ST_INO = 0
|
||||
ST_DEV = 0
|
||||
|
||||
Reference in New Issue
Block a user