MCPcopy Index your code
hub / github.com/plotly/plotly.py / cells

Method cells

plotly/graph_objs/_table.py:41–53  ·  view source on GitHub ↗

The 'cells' property is an instance of Cells that may be specified as: - An instance of :class:`plotly.graph_objs.table.Cells` - A dict of string/value properties that will be passed to the Cells constructor Returns ------- pl

(self)

Source from the content-addressed store, hash-verified

39
40 @property
41 def cells(self):
42 """
43 The 'cells' property is an instance of Cells
44 that may be specified as:
45 - An instance of :class:`plotly.graph_objs.table.Cells`
46 - A dict of string/value properties that will be passed
47 to the Cells constructor
48
49 Returns
50 -------
51 plotly.graph_objs.table.Cells
52 """
53 return self["cells"]
54
55 @cells.setter
56 def cells(self, val):

Callers 7

pFunction · 0.80
sFunction · 0.80
mFunction · 0.80
fFunction · 0.80
dFunction · 0.80
sFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected