bloqade.stim.dialects.auxiliary.stmts.const.ConstStr
← Module overview
class
method
classConstStr¶source
bloqade.stim.dialects.auxiliary.stmts.const.ConstStr
Bases: ir.Statement
IR Statement representing a constant str value.
class ConstStrAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'constant.str' | |
traits | — | frozenset({ir.Pure(), ir.ConstantLike(), lowering.FromPythonCall()}) | |
value | str | info.attribute(types.String) | value (str): The constant str value. |
result | ir.ResultValue | info.result(types.String) | result (str): The result value. |
methodprint_impl¶source
bloqade.stim.dialects.auxiliary.stmts.const.ConstStr.print_impl