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

type PieC

source code

object --+        
         |        
      dict --+    
             |    
        GChart --+
                 |
                PieC

Instance Methods [hide private]
new empty dictionary

__init__(self, dataset, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from GChart: __repr__, __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, orientation, output_encoding, position, render, save, scale, show, size, title, type, urlopen, write

Inherited from GChart (private): _parts

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __setitem__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Class Methods [hide private]

Inherited from GChart: fromurl

Properties [hide private]

Inherited from GChart: url

Method Details [hide private]

__init__(self, dataset, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns:
new empty dictionary

Overrides: dict.__init__
(inherited documentation)