snapshot before regression test
This commit is contained in:
27
TransPyV/temp/541a090dde0cc1ba.pyi
Normal file
27
TransPyV/temp/541a090dde0cc1ba.pyi
Normal file
@@ -0,0 +1,27 @@
|
||||
"""
|
||||
Auto-generated Python stub file from lib.core.Handles.HandlesAugAssign.py
|
||||
Module: lib.core.Handles.HandlesAugAssign
|
||||
"""
|
||||
|
||||
|
||||
import t, c
|
||||
from stdint import *
|
||||
import ast
|
||||
import llvmlite
|
||||
import memhub
|
||||
import stdio
|
||||
import string
|
||||
import lib.core.Handles.HandlesBase as HandlesBase
|
||||
import lib.core.Handles.HandlesTranslator as HT
|
||||
import lib.core.Handles.HandlesVar as HandlesVar
|
||||
import lib.core.Handles.HandlesExpr as HandlesExpr
|
||||
import lib.core.Handles.HandlesNonlocal as HandlesNonlocal
|
||||
|
||||
@t.NoVTable
|
||||
class AugAssignHandle(HandlesBase.Mixin):
|
||||
def __init__(self: AugAssignHandle, trans: HT.Translator | t.CPtr) -> t.CInt: pass
|
||||
def Handle(self: AugAssignHandle, node: ast.AST | t.CPtr) -> int: pass
|
||||
|
||||
def _apply_aug_op(pool: memhub.MemBuddy | t.CPtr, builder: llvmlite.IRBuilder | t.CPtr, op: int, lhs: llvmlite.Value | t.CPtr, rhs: llvmlite.Value | t.CPtr) -> llvmlite.Value | t.CPtr: pass
|
||||
|
||||
def NewAugAssignHandle(pool: memhub.MemBuddy | t.CPtr, trans: HT.Translator | t.CPtr) -> AugAssignHandle | t.CPtr: pass
|
||||
Reference in New Issue
Block a user