| Home | Trees | Indices | Help |
|
|---|
|
|
class font(dbobject):
id = serial()
ps_name = text()
user_name = Unicode()
preview = view_spec('myproject.views.font')
will cause the myproject.views.font module to be loaded. It must
contain a class names preview which inherits from orm2.ui.view. This
class will be instantiated and put into the font dbobject on
initialization.
|
|||
| __init__(self, module_name) | ||
| import_(self, class_name) | ||
|
|||
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Wed Feb 20 18:17:30 2008 | http://epydoc.sourceforge.net |