We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b39b47 commit 9d2fc12Copy full SHA for 9d2fc12
packages/python/plotly/plotly/basedatatypes.py
@@ -3042,6 +3042,7 @@ def _validators(self):
3042
"""
3043
obj = self
3044
if self.__validators is None:
3045
+
3046
class ValidatorCompat(object):
3047
def __getitem__(self, item):
3048
return obj._get_validator(item)
@@ -3059,7 +3060,6 @@ def items(self):
3059
3060
3061
return self.__validators
3062
-
3063
def _process_kwargs(self, **kwargs):
3064
3065
Process any extra kwargs that are not predefined as constructor params
0 commit comments