Skip to content

Instantly share code, notes, and snippets.

@magcius
Created January 30, 2013 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magcius/4674782 to your computer and use it in GitHub Desktop.
Save magcius/4674782 to your computer and use it in GitHub Desktop.
{% for class_ in formatter.get_class_hierarchy(node) %}
<item>
<code>{{ class_.namespace.name }}.{{ class_.name }</code>
{% endfor %}
{% for class_ in formatter.get_class_hierarchy(node) %}
</item>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment