Package GChartWrapper :: Package charts :: Package templatetags :: Module charts :: Class GenericNode
[hide private]
[frames] | no frames]

type GenericNode

source code

          object --+    
                   |    
django.template.Node --+
                       |
                      GenericNode
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, args) source code
 
render(self, context)
Return the node rendered as a string
source code
 
post_render(self, context) source code

Inherited from django.template.Node: __iter__, get_nodes_by_type

Class Variables [hide private]

Inherited from django.template.Node: must_be_first

Method Details [hide private]

__init__(self, args)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

render(self, context)

source code 

Return the node rendered as a string

Overrides: django.template.Node.render
(inherited documentation)