snapshot before regression test

This commit is contained in:
t
2026-07-18 19:25:40 +08:00
commit 796222a300
2295 changed files with 206453 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
"""
Auto-generated Python stub file from lib.core.Handles.HandlesIf.py
Module: lib.core.Handles.HandlesIf
"""
import t, c
from stdint import *
import ast
import llvmlite
import memhub
import string
import stdio
import viperlib
import lib.core.Handles.HandlesBase as HandlesBase
import lib.core.Handles.HandlesTranslator as HT
import lib.core.Handles.HandlesExpr as HandlesExpr
import lib.core.Handles.HandlesBody as HandlesBody
@t.NoVTable
class IfHandle(HandlesBase.Mixin):
def __init__(self: IfHandle, trans: HT.Translator | t.CPtr) -> t.CInt: pass
def Handle(self: IfHandle, node: ast.AST | t.CPtr) -> int: pass
def NewIfHandle(pool: memhub.MemBuddy | t.CPtr, trans: HT.Translator | t.CPtr) -> IfHandle | t.CPtr: pass