Package osaf :: Package servlets :: Module prefs
[hide private]
[frames] | no frames]

Module prefs

source code

Classes [hide private]
  PrefResource
First cut at this is just a preference viewer
Functions [hide private]
 
tag(tagName, **kwds)
quick and dirty way to do a start-tag.
source code
 
tagged(tagName, text, *args, **kwds) source code
Function Details [hide private]

tag(tagName, **kwds)

source code 
quick and dirty way to do a start-tag. I'm using lower() so that you can pass in Class='foo' as a parameter, since class is a python reserved word