D J CBV

CBV inspect for {{ method }} {{ path }}

View information

View class Base classes HTTP method Arguments Keyword arguments Path URL name
{{ view_path }} {% if base_classes %} {% for cls_dict in base_classes %}
{% if cls_dict.ccbv_link %} {{ cls_dict.name }} {% else %} {{ cls_dict.name }} {% endif %}
{% endfor %} {% endif %}
{{ method|pprint }} {{ args|pprint }} {{ kwargs|pprint }} {{ path|pprint }} {{ url_name }}
{% if logs %}

CBV method call chain

{% for key, val in logs.items %} {% endfor %}
CBV method Arguments Keyword arguments Return value Super calls File path
{% if val.is_parent %} {% endif %} {% if val.ccbv_link %} {{ val.name }}{{ val.signature }} {% else %} {{ val.name }}{{ val.signature }} {% endif %}
{{ val.args }} {{ val.kwargs }} {{ val.return_value }} {% if val.super_calls %} {% if val.super_calls|length > 1 %} {% else %} {% if val.super_calls.0.ccbv_link %} {{ val.super_calls.0.name }}{{ val.super_calls.0.signature }} {% else %} {{ val.super_calls.0.name }}{{ val.super_calls.0.signature }} {% endif %} {% endif %} {% endif %} {{ val.path }}
{% else %}

No CBV method call chain

{% endif %} {% if mro %}

Ancestors (MRO)

{% for cls_dict in mro %} {% endfor %}
Order Class
{{ forloop.counter0 }} {% if cls_dict.ccbv_link %} {{ cls_dict.name }} {% else %} {{ cls_dict.name }} {% endif %}
{% else %}

No Ancestors (MRO)

{% endif %}