Package trac :: Package wiki :: Module macros :: Class TitleIndexMacro

Class TitleIndexMacro

source code

    object --+        
             |        
core.Component --+    
                 |    
     WikiMacroBase --+
                     |
                    TitleIndexMacro

Nested Classes

Inherited from core.Component: __metaclass__

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

Inherited from WikiMacroBase: get_macro_description, get_macros, parse_macro

Inherited from core.Component: __repr__

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

Static Methods

Inherited from core.Component: implements

Class Variables
  SPLIT_RE = re.compile(r'([/ ])')
  NUM_SPLIT_RE = re.compile(r'([0-9\.]+)')

Inherited from WikiMacroBase: abstract

Properties

Inherited from object: __class__

Method Details

expand_macro(self, formatter, name, content)

source code 
Overrides: WikiMacroBase.expand_macro