mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
General object for sys.ps1 and sys.ps2 (#6139)
This commit is contained in:
@@ -70,8 +70,8 @@ if sys.version_info >= (3, 9):
|
||||
prefix: str
|
||||
if sys.version_info >= (3, 8):
|
||||
pycache_prefix: str | None
|
||||
ps1: str
|
||||
ps2: str
|
||||
ps1: object
|
||||
ps2: object
|
||||
stdin: TextIO
|
||||
stdout: TextIO
|
||||
stderr: TextIO
|
||||
|
||||
Reference in New Issue
Block a user