{% extends "base.html" %} {% block content %}

{{ module.__name__ }}.{{ fn_name }}

{% if help is not none %}
{{ help }}
{% endif %}
{% for name, (arg, input_type, inferred, arg_name) in args.items() %}
{% if inferred %}!
type wasn't annotated, inferring {{ arg_name }}
{% endif %}
{% if input_type.startswith("<") %} {{ input_type|safe }} {% else %} {% endif %}
{% endfor %}
{% endblock %}