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] }} {{ part.vector[6] | int == 0 ? '-' : ['Input', 'Assigned', 'Returned'][part.vector[6] - 1] or '-' }} {{ part.vector[7] | float | round(3) == 0 ? '-' : part.vector[7] | float | round(3) }} [{{ part.vector|join(', ') }}]
{{ part.source }}

Reconstructed Code

{{ reconstructed_code }}

Hover over a point to see details