class documentation
class ListTable(Table): (source)
Constructor: ListTable(name, arguments, options, content, ...)
Implement tables whose data is encoded as a uniform two-level bullet list. For further ideas, see http://docutils.sf.net/docs/dev/rst/alternatives.html#list-driven-tables
| Method | build |
Undocumented |
| Method | check |
Undocumented |
| Method | run |
Undocumented |
| Class Variable | option |
Mapping of option names to validator functions. |
Inherited from Table:
| Method | check |
Undocumented |
| Method | extend |
Undocumented |
| Method | get |
Undocumented |
| Method | make |
Undocumented |
| Method | process |
Undocumented |
| Method | set |
Undocumented |
| Class Variable | final |
May the final argument contain whitespace? |
| Class Variable | has |
May the directive have content? |
| Class Variable | optional |
Number of optional arguments after the required arguments. |
| Property | widths |
Undocumented |
Inherited from Directive (via Table):
| Method | __init__ |
Undocumented |
| Method | add |
Append self.options['name'] to node['names'] if it exists. |
| Method | assert |
Throw an ERROR-level DirectiveError if the directive doesn't have contents. |
| Method | debug |
Undocumented |
| Method | directive |
Return a DirectiveError suitable for being thrown as an exception. |
| Method | error |
Undocumented |
| Method | info |
Undocumented |
| Method | severe |
Undocumented |
| Method | warning |
Undocumented |
| Class Variable | required |
Number of required directive arguments. |
| Instance Variable | arguments |
Undocumented |
| Instance Variable | block |
Undocumented |
| Instance Variable | content |
Undocumented |
| Instance Variable | content |
Undocumented |
| Instance Variable | lineno |
Undocumented |
| Instance Variable | name |
Undocumented |
| Instance Variable | options |
Undocumented |
| Instance Variable | state |
Undocumented |
| Instance Variable | state |
Undocumented |