Part of twisted.web.iweb View Source View In Hierarchy
Known implementations: twisted.web._element.Element
| Method | lookupRenderMethod | Look up and return the render method associated with the given name. |
| Method | render | Get the document for this IRenderable. |
| Parameters | name | The value of a render directive encountered in the document returned by a
call to IRenderable.render. (type: str) |
| Returns | A two-argument callable which will be invoked with the request being responded to and the tag object on which the render directive was encountered. | |
IRenderable.| Parameters | request | The request in response to which this method is being invoked. (type: IRequest provider
or NoneType) |
| Returns | An object which can be flattened. | |