twisted.web.util._SourceLineElement(Element) class documentationtwisted.web.util
(View In Hierarchy)
_SourceLineElement
is an IRenderable which
can render a single line of source code.
| Instance Variable | number | A intgiving the line number of the source code to be 
rendered. | 
| Instance Variable | source | A strgiving the source code to be rendered. | 
| Method | __init__ | Undocumented | 
| Method | sourceLine | Render the line of source as a child of tag. | 
| Method | lineNumber | Render the line number as a child of tag. | 
Inherited from Element:
| Instance Variable | loader | The factory which will be used to load documents to return from render. (type:ITemplateLoaderprovider) | 
| Method | lookupRenderMethod | Look up and return the named render method. | 
| Method | render | Implement IRenderableto 
allow oneElementto be 
embedded in another's template or rendering output. |