补充
This commit is contained in:
18
BenchmarkProject/temp/0a468e9defed89b4.pyi
Normal file
18
BenchmarkProject/temp/0a468e9defed89b4.pyi
Normal file
@@ -0,0 +1,18 @@
|
||||
"""
|
||||
Auto-generated Python stub file from win32.win32console.py
|
||||
Module: win32.win32console
|
||||
"""
|
||||
|
||||
|
||||
c.CIfndef(__WIN32.WIN32CONSOLE_DEFINE__)
|
||||
__WIN32.WIN32CONSOLE_DEFINE__: t.CDefine
|
||||
|
||||
from stdint import *
|
||||
import t, c
|
||||
|
||||
def SetConsoleOutputCP(codepage: UINT) -> BOOL | c.State: pass
|
||||
|
||||
def SetConsoleCP(codepage: UINT) -> BOOL | c.State: pass
|
||||
|
||||
|
||||
c.CEndif()
|
||||
Reference in New Issue
Block a user