Home | Trees | Indices | Help |
|
---|
|
Functions | |||
|
|||
|
Variables | |
__package__ = None hash(x) |
Function Details |
Class decorator to append an image of the default view for an entity to an entity class. The image can be generated by using the testing framework to create images of all default views in an application @documented_entity() class Movie(Entity): '''A movie as played in the theater''' title = Field(Unicode(50)) The resulting docstring of the Movie entity will be '''A movie as played in the theater image ../_static/entityviews/new_view_movie.png ''' |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:41:30 2010 | http://epydoc.sourceforge.net |