Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
778
class
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
785
def
setup():
Callers
nothing calls this directly
Calls
2
get_pd_dashboard_data
Function · 0.90
render_template
Function · 0.70
Tested by
no test coverage detected