19 lines
327 B
Python
19 lines
327 B
Python
"""
|
|
Auto-generated Python stub file from conflict_node.py
|
|
Module: conflict_node
|
|
"""
|
|
|
|
import c
|
|
|
|
|
|
import t
|
|
from linkedlist import GSListNode
|
|
|
|
@t.NoVTable
|
|
class Value(GSListNode[Value]):
|
|
Ty: t.CPtr
|
|
Name: t.CPtr
|
|
IsConst: t.CInt
|
|
IntVal: t.CInt64T
|
|
FloatVal: t.CDouble
|
|
def __init__(self: Value) -> t.CInt: pass |