Attachment 'test.py'

Download

   1 # -*- coding: iso-8859-1 -*-
   2 
   3 import os
   4 
   5 Dependencies = []
   6 
   7 class Parser:
   8     """ test
   9     """
  10 
  11     extensions = ['.tst']
  12 
  13     def __init__(self, raw, request, **kw):
  14         """ Store the source text.
  15         """
  16         self.raw = raw
  17         self.request = request
  18         self.form = request.form
  19         self._ = request.getText
  20 
  21     def format(self, formatter):
  22         """ Parse and send the table.
  23         """
  24 	self.request.write('<pre>TEST!</pre>\n')

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2004-10-18 13:16:08, 0.1 KB) [[attachment:TestTest.txt]]
  • [get | view] (2004-10-19 11:19:14, 3.0 KB) [[attachment:knee-import.diff]]
  • [get | view] (2004-10-18 13:04:42, 0.5 KB) [[attachment:test.py]]
  • [get | view] (2004-10-19 11:19:43, 2.8 KB) [[attachment:test_pysupport.py]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.