System information:
| Python Verson |
{{ py_v }} |
| Catcher Verson |
{{ catcher_v }} |
Loaded steps:
{%- for step in steps %}
| {{ step.name }} |
{{ step.file }} |
{%- endfor -%}
Loaded modules:
{%- for module in modules %}
| {{ module.name }} |
{{ module.file }} |
{%- endfor -%}
Loaded filters:
{%- for filter in filters %}
| {{ filter.name }} |
{{ filter.file }} |
{%- endfor -%}
Loaded functions:
{%- for function in functions %}
| {{ function.name }} |
{{ function.file }} |
{%- endfor -%}
Index