We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de8217 commit 918b87bCopy full SHA for 918b87b
packages/python/plotly/plotly/express/_special_inputs.py
@@ -1,4 +1,3 @@
1
-
2
class IdentityMap(object):
3
"""
4
`dict`-like object which acts as if the value for any key is the key itself. Objects
@@ -24,6 +23,7 @@ class Constant(object):
24
23
identifiers or list-like objects to indicate that this attribute should take on a
25
constant value. An optional label can be provided.
26
+
27
def __init__(self, value, label=None):
28
self.value = value
29
self.label = label
0 commit comments