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

Method domain

plotly/graph_objs/_pie.py:170–182  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

168
169 @property
170 def domain(self):
171 """
172 The 'domain' property is an instance of Domain
173 that may be specified as:
174 - An instance of :class:`plotly.graph_objs.pie.Domain`
175 - A dict of string/value properties that will be passed
176 to the Domain constructor
177
178 Returns
179 -------
180 plotly.graph_objs.pie.Domain
181 """
182 return self["domain"]
183
184 @domain.setter
185 def domain(self, val):

Callers 15

JnFunction · 0.45
KoFunction · 0.45
rlFunction · 0.45
elFunction · 0.45
_rFunction · 0.45
hFunction · 0.45
uFunction · 0.45
dFunction · 0.45
yFunction · 0.45
fFunction · 0.45
RFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected