Skip to content

kirin.dialects.py.constant.Lowering

← Module overview

classLoweringsource

kirin.dialects.py.constant.Lowering

Bases: lowering.FromPythonAST

class Lowering

methodlower_Constantsource

kirin.dialects.py.constant.Lowering.lower_Constant

Signature
def lower_Constant(state: lowering.State, node: ast.Constant) -> lowering.Result

Parameters

NameTypeDescription
statelowering.State
nodeast.Constant

Returns

lowering.Result

source