mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Use "..." for attribute values, instead of None, [], {}
This commit is contained in:
@@ -15,9 +15,9 @@ import os.path as path
|
||||
|
||||
supports_bytes_environ = False # TODO: True when bytes implemented?
|
||||
|
||||
SEEK_SET = 0 # type: int
|
||||
SEEK_CUR = 1 # type: int
|
||||
SEEK_END = 2 # type: int
|
||||
SEEK_SET = 0
|
||||
SEEK_CUR = 0
|
||||
SEEK_END = 0
|
||||
|
||||
O_RDONLY = 0
|
||||
O_WRONLY = 0
|
||||
|
||||
Reference in New Issue
Block a user