MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / GET

Method GET

openlibrary/plugins/admin/code.py:779–782  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

777
778class pd_dashboard:
779 def GET(self):
780 dashboard_data = get_pd_dashboard_data()
781
782 return render_template("admin/pd_dashboard", dashboard_data)
783
784
785def setup():

Callers

nothing calls this directly

Calls 2

get_pd_dashboard_dataFunction · 0.90
render_templateFunction · 0.70

Tested by

no test coverage detected