Skip to content

kirin.dialects.py.len.Lowering

← Module overview

classLoweringsource

kirin.dialects.py.len.Lowering

Bases: lowering.FromPythonAST

class Lowering

methodlower_Call_lensource

kirin.dialects.py.len.Lowering.lower_Call_len

Signature
def lower_Call_len(state: lowering.State, node: ast.Call) -> lowering.Result

Parameters

NameTypeDescription
statelowering.State
nodeast.Call

Returns

lowering.Result

source