Files
TransPyC/BenchmarkProject/temp/0a468e9defed89b4.pyi
2026-06-16 16:09:42 +08:00

18 lines
346 B
Python

"""
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()