Parsed Results: {{ filename }}

{% for part in parts %} {% endfor %}
Part Category Node ID Parent Path Level Location Variable Role Variable Name Vector Source
{{ part.index }} {{ part.category }} {{ part.node_id }} {{ part.parent_path }} {{ part.level }} Lines {{ part.location[0] }} to {{ part.location[1] }} {% if part.vector[6] | int == 0 %} - {% else %} {{ ['Input', 'Assigned', 'Returned'][part.vector[6] - 1] }} {% endif %} {% if part.vector[7] | float == 0 %} - {% else %} {{ (part.vector[7] * 1000) | round(3) }} {% endif %} [{{ part.vector|join(', ') }}]
{{ part.source }}

Reconstructed Code

{{ reconstructed_code }}

Hover over a point to see details