exprSteps property

  1. @TagNumber.new(2)
PbList<Explain_ExprStep> get exprSteps

List of steps.

Repeated evaluations of the same expression generate new ExprStep instances. The order of such ExprStep instances matches the order of elements returned by Comprehension.iter_range.

Implementation

@$pb.TagNumber(2)
$pb.PbList<Explain_ExprStep> get exprSteps => $_getList(1);