Code Object Visualizer
Code Object Properties
Field |
Value |
{% for co_attr, value in co.items() %}
{{ co_attr }} | {{ value }} |
{% endfor %}
Disassembled Code
OpCode |
Operation Name |
Numeric Arg |
Resolved Arg Value |
Argument description |
Index Offset |
Starts Line |
Is Jump Target? |
{% set ns = namespace(lastline=1) %}
{% for instr in ins %}
{% if instr.starts_line %}
{% set ns.lastline = instr.starts_line %}
{% endif %}
{{instr.opcode}} |
{{instr.opname}} |
{{instr.arg}} |
{{instr.argval}} |
{{instr.argrepr}} |
{{instr.offset}} |
{{instr.starts_line}} |
{{instr.is_jump_target}} |
{% endfor %}
Node Properties
Select a node on the AST graph to see properties.