File: debug.html

package info (click to toggle)
python-kajiki 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 692 kB
  • sloc: python: 4,145; makefile: 115
file content (8 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (6)
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>