twisted.web.template.slot(object) class documentationtwisted.web.template
(View In Hierarchy)
Marker for markup insertion in a template.
| Instance Variable | name | The name of this slot.  The key which must be used in Tag.fillSlotsto fill it. (type:str) | 
| Instance Variable | children | The Tagobjects 
included in thisslot's template. (type:list) | 
| Instance Variable | default | The default contents of this slot, if it is left unfilled. If this is None,
anUnfilledSlotwill be raised, rather thanNoneactually being used. (type: anything flattenable, orNone) | 
| Instance Variable | filename | The name of the XML file from which this tag was parsed. If it was not 
parsed from an XML file, None. (type:strorNone) | 
| Instance Variable | lineNumber | The line number on which this tag was encountered in the XML file from 
which it was parsed.  If it was not parsed from an XML file, None. (type:intorNone) | 
| Instance Variable | columnNumber | The column number at which this tag was encountered in the XML file from 
which it was parsed.  If it was not parsed from an XML file, None. (type:intorNone) | 
| Method | __init__ | Undocumented | 
| Method | __repr__ | Undocumented | 
None,
an UnfilledSlot 
will be raised, rather than None
actually being used. (type: anything flattenable, or None)