{% if push_state_url %} {% endif %}
{% if klass.attributes %}

Attributes

{% for attribute in klass.attributes %} {% endfor %}
  Defined in
{{ attribute.name }} = {{ attribute.default }} {{ attribute.defined }}
{% endif %} {% if klass.methods %}

Methods

{% for method in klass.methods %}

{{ method.name }}{{ method.arguments }} [{{ method.defined }}]

{{ method.docstring|e }}

Found on lines {{ method.lines.start }} to {{ method.lines.start+method.lines.total }} of {{ method.file }}

{{ method.code }}
{% endfor %} {% endif %}