This commit is contained in:
2026-06-16 16:09:42 +08:00
commit bffb0cb6b7
644 changed files with 86620 additions and 0 deletions

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