Part | Category | Node ID | Parent Path | Level | Location | Variable Role | Vector | Source |
---|---|---|---|---|---|---|---|---|
{{ part.index }} | {{ part.category }} | {{ part.node_id }} | {{ part.parent_path }} | {{ part.level }} | Lines {{ part.location[0] }} to {{ part.location[1] }} | {% if part.category in ['input_variable', 'assigned_variable', 'returned_variable'] %} {{ part.category.replace('_variable', '') | capitalize }} {% else %} - {% endif %} | [{{ part.vector|join(', ') }}] |
{{ part.source }} |
{{ reconstructed_code }}