MCPcopy Create free account
hub / github.com/explorerhq/sql-explorer / render

Method render

explorer/views/query.py:58–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 )
57
58 def render(self):
59 return self.render_template(
60 "explorer/play.html",
61 {
62 "title": "Playground",
63 "form": QueryForm()
64 }
65 )
66
67 def render_with_sql(self, request, query, run_query=True, error=None):
68 rows = url_get_rows(request)

Callers 1

getMethod · 0.95

Calls 2

QueryFormClass · 0.90
render_templateMethod · 0.80

Tested by

no test coverage detected