Package turbogears :: Package widgets :: Module meta

Module meta

source code

Classes
  MetaWidget
The meta class for widgets.
Functions
 
load_kid_template(t, modname=None)
Load the given template into the given module name.
source code
Function Details

load_kid_template(t, modname=None)

source code 

Load the given template into the given module name.

If modname is None, an unique one will be generated. Returns a tuple (compiled_tmpl, template_text (or modulepath).