File: debug.html

package info (click to toggle)
python-kajiki 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 700 kB
  • sloc: python: 4,098; makefile: 115
file content (8 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
<div>
  <py:def function="one()">${two()}</py:def>
  <py:def function="two()">${three()}</py:def>
  <py:def function="three()">
    <?py raise ValueError('Test error') ?>
  </py:def>
  ${one()}
</div>