Package trac :: Package wiki :: Module macros :: Class ImageMacro

Class ImageMacro

source code

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

Nested Classes

Inherited from core.Component: __metaclass__

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

Inherited from 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 WikiMacroBase: abstract

Properties

Inherited from object: __class__

Method Details

expand_macro(self, formatter, name, content)

source code 
Overrides: WikiMacroBase.expand_macro