Package GChartWrapper :: Module GChart' :: Class QRCode
[hide private]
[frames] | no frames]

type QRCode

source code

object --+        
         |        
      Dict --+    
             |    
        GChart --+
                 |
                QRCode

Instance Methods [hide private]
 
__init__(self, content='', **kwargs) source code

Inherited from GChart: __str__, bar, check_size, check_type, checksum, color, dataset, encoding, fill, getdata, getname, grid, image, img, label, legend, legend_pos, level_data, line, map, margin, marker, output_encoding, render, save, scale, show, size, title, type, url, urlopen, write

Inherited from GChart (private): _parts

Inherited from Dict: __cmp__, __contains__, __delitem__, __getitem__, __iter__, __len__, __repr__, __setitem__, has_key, items, keys, pop, popitem, update, values

Method Details [hide private]

__init__(self, content='', **kwargs)
(Constructor)

source code 
Overrides: Dict.__init__