trac :: wiki :: tests :: formatter :: TableHelloWorldMacro :: Class TableHelloWorldMacro

Class TableHelloWorldMacro

source code

      object --+        
               |        
  core.Component --+    
                   |    
macros.WikiMacroBase --+
                       |
                      TableHelloWorldMacro

A dummy macro returning a table block, used by the unit test.
Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
expand_macro(self, formatter, name, content) source code

Inherited from macros.WikiMacroBase: get_macro_description, get_macros, parse_macro

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from core.Component: implements

Class Variables

Inherited from macros.WikiMacroBase: abstract

Properties

Inherited from object: __class__

Method Details

expand_macro(self, formatter, name, content)

source code 
Overrides: macros.WikiMacroBase.expand_macro