Skip to content

kirin.dialects.py.unary.constprop.ConstProp

← Module overview

classConstPropsource

kirin.dialects.py.unary.constprop.ConstProp

Bases: interp.MethodTable

class ConstProp

methodnot_source

kirin.dialects.py.unary.constprop.ConstProp.not_

Signature
def not_(_: const.Propagate, frame: const.Frame, stmt: stmts.Not) -> interp.StatementResult[const.Result]

Parameters

NameTypeDescription
_const.Propagate
frameconst.Frame
stmtstmts.Not

Returns

interp.StatementResult[const.Result]

source