""" 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