Attachment 'gnserr.py'

Download

   1 import sys
   2 
   3 class dbnameerr(StandardError):
   4     def __init__(self, **kargs):
   5         sys.stderr.write("no such db name: %s"%(str(kargs)))
   6         sys.exit()
   7         
   8 class urierr(StandardError):
   9     def __init__(self, **kargs):
  10         sys.stderr.write("uri error: %s\n"%(str(kargs)))
  11 
  12 class urlerr(StandardError):
  13     def __init__(self, **kargs):
  14         sys.stderr.write("urlerr: %s\n"%(str(kargs)))
  15 
  16 class haveserver(StandardError):
  17     def __init__(self, serveruri):
  18         sys.stderr.write("it's had this server: %s\n"%(str(serveruri)))

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] (2021-05-11 08:51:52, 5.0 KB) [[attachment:OpenGNS2004-11-22.rar]]
  • [get | view] (2021-05-11 08:51:52, 1.9 KB) [[attachment:PreparedStatement4Compass.rar]]
  • [get | view] (2021-05-11 08:51:52, 1.1 KB) [[attachment:PreparedStatement4CompassNew.rar]]
  • [get | view] (2021-05-11 08:51:52, 1.4 KB) [[attachment:PreparedStatement_11_25.rar]]
  • [get | view] (2021-05-11 08:51:52, 27.2 KB) [[attachment:benchmark1902.rar]]
  • [get | view] (2021-05-11 08:51:52, 30.1 KB) [[attachment:benchmark1903.rar]]
  • [get | view] (2021-05-11 08:51:52, 11.0 KB) [[attachment:benchmarks20041125.rar]]
  • [get | view] (2021-05-11 08:51:52, 9.4 KB) [[attachment:gns_core.py]]
  • [get | view] (2021-05-11 08:51:52, 0.5 KB) [[attachment:gnserr.py]]
 All files | Selected Files: delete move to page copy to page

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