MCPcopy Create free account
hub / github.com/datapane/datapane / validate

Method validate

python-client/src/datapane/ipython/templates.py:119–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 raise NotImplementedError
118
119 def validate(self):
120 if not self.blocks:
121 raise BlocksNotFoundException("No blocks required by template were found.")
122
123
124class ReportTemplate(IPythonTemplate, template_name="report"):

Callers 1

from_notebookMethod · 0.80

Calls 1

Tested by

no test coverage detected