MCPcopy Create free account
hub / github.com/plotly/plotly.py / name_validator_class

Method name_validator_class

codegen/utils.py:393–401  ·  view source on GitHub ↗

Name of the Python validator class representing this node Returns ------- str

(self)

Source from the content-addressed store, hash-verified

391
392 @property
393 def name_validator_class(self) -> str:
394 """
395 Name of the Python validator class representing this node
396
397 Returns
398 -------
399 str
400 """
401 return self.name_property.title() + "Validator"
402
403 @property
404 def name_base_validator(self) -> str:

Callers

nothing calls this directly

Calls 1

titleMethod · 0.45

Tested by

no test coverage detected