Example #1
0
 def get_chart_infos(self, request):
     """Get the chart infos"""
     return Restyler.get_chart_infos(self, request)
Example #2
0
 def get_chart_infos(self, request):
     """Get the chart infos"""
     return Restyler.get_chart_infos(self, request)
Example #3
0
 def __init__(self, request, cells):
     """Box Restyler"""
     Restyler.__init__(self, request, cells)
Example #4
0
 def __init__(self, request, cells):
     """Box Restyler"""
     Restyler.__init__(self, request, cells)