修正了种子编译器的错误
This commit is contained in:
@@ -0,0 +1 @@
|
||||
t c stdio w32.win32console
|
||||
@@ -0,0 +1,27 @@
|
||||
"""Auto-generated Python stub file"""
|
||||
|
||||
|
||||
import t, c
|
||||
import stdio
|
||||
from w32.win32console import SetConsoleOutputCP, SetConsoleCP
|
||||
CP_UTF8: t.CDefine
|
||||
_pass_count: t.CInt
|
||||
_fail_count: t.CInt
|
||||
_total_pass: t.CInt
|
||||
_total_fail: t.CInt
|
||||
def begin(name: str): pass
|
||||
|
||||
def section(name: str): pass
|
||||
|
||||
def ok(msg: str): pass
|
||||
|
||||
def fail(msg: str): pass
|
||||
|
||||
def check(cond: t.CInt, ok_msg: str, fail_msg: str): pass
|
||||
|
||||
def info(msg: str): pass
|
||||
|
||||
def end() -> t.CInt: pass
|
||||
|
||||
def summary() -> t.CInt: pass
|
||||
|
||||
Reference in New Issue
Block a user