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

Method get_validator_instance

codegen/utils.py:1309–1310  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1307 return self.mapped_prop_node.datatype
1308
1309 def get_validator_instance(self):
1310 return self.mapped_prop_node.get_validator_instance()
1311
1312 @property
1313 def relative_path(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected