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

type ChartNode

source code

          object --+    
                   |    
django.template.Node --+
                       |
                      ChartNode

Instance Methods [hide private]
 
__init__(self, tokens, nodelist) source code
 
render(self, context)
Return the node rendered as a string
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, tokens, nodelist)
(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)