Package trac :: Package ticket :: Module query :: Class TicketQueryMacro

Class TicketQueryMacro

source code

           object --+        
                    |        
       core.Component --+    
                        |    
wiki.macros.WikiMacroBase --+
                            |
                           TicketQueryMacro

Nested Classes

Inherited from core.Component: __metaclass__

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

Inherited from wiki.macros.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
 
parse_args(content)
Parse macro arguments and translate them to a query string.
source code

Inherited from core.Component: implements

Class Variables
  realm = 'ticket'

Inherited from wiki.macros.WikiMacroBase: abstract

Properties

Inherited from object: __class__

Method Details

expand_macro(self, formatter, name, content)

source code 
Overrides: wiki.macros.WikiMacroBase.expand_macro