18 lines
346 B
Python
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() |