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

Method count

plotly/graph_objs/_icicle.py:91–106  ·  view source on GitHub ↗

Determines default for `values` when it is not provided, by inferring a 1 for each of the "leaves" and/or "branches", otherwise 0. The 'count' property is a flaglist and may be specified as a string containing: - Any combination of ['branches', 'le

(self)

Source from the content-addressed store, hash-verified

89
90 @property
91 def count(self):
92 """
93 Determines default for `values` when it is not provided, by
94 inferring a 1 for each of the "leaves" and/or "branches",
95 otherwise 0.
96
97 The 'count' property is a flaglist and may be specified
98 as a string containing:
99 - Any combination of ['branches', 'leaves'] joined with '+' characters
100 (e.g. 'branches+leaves')
101
102 Returns
103 -------
104 Any
105 """
106 return self["count"]
107
108 @count.setter
109 def count(self, val):

Callers 15

create_choroplethFunction · 0.45
EFunction · 0.45
XFunction · 0.45
eeFunction · 0.45
qFunction · 0.45
aeFunction · 0.45
DeFunction · 0.45
MeFunction · 0.45
yeFunction · 0.45
OeFunction · 0.45
nFunction · 0.45
aeFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_pass_df_columnsFunction · 0.36