File: page.html

package info (click to toggle)
python-funcsigs 1.0.2-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 272 kB
  • sloc: python: 1,549; makefile: 189
file content (5 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (4)
1
2
3
4
5
{% extends "!page.html" %}
{% block extrahead %}
    <a href="https://github.com/aliles/funcsigs">Fork me on GitHub</a>
    {{ super() }}
{% endblock %}