修正了 TPC 的一些错误,包括 Test 维护后 TPV 无法重新编译或重编译后越界的部分问题
This commit is contained in:
23
thistest/temp/92e17df16c98b2b5.pyi
Normal file
23
thistest/temp/92e17df16c98b2b5.pyi
Normal file
@@ -0,0 +1,23 @@
|
||||
"""
|
||||
Auto-generated Python stub file from main.py
|
||||
Module: main
|
||||
"""
|
||||
|
||||
|
||||
import w32.win32console as w32cmd
|
||||
import viperstring as string
|
||||
import memhub
|
||||
import stdlib
|
||||
import stdio
|
||||
import hello
|
||||
import this
|
||||
import t, c
|
||||
|
||||
pagecode: t.CDefine = 65001
|
||||
|
||||
def add(x: int, y: int) -> t.CInt: pass
|
||||
|
||||
def minus(x: int, y: int) -> t.CInt: pass
|
||||
|
||||
@t.CExport
|
||||
def main() -> int: pass
|
||||
Reference in New Issue
Block a user