Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ reload
Function
reload
openlibrary/plugins/upstream/code.py:241–244 ·
view source on GitHub ↗
Reload all.css and all.js
()
Source
from the content-addressed store, hash-verified
239
240
241
def
reload():
242
""
"Reload all.css and all.js"
""
243
all_css().reload()
244
all_js().reload()
245
246
247
def
user_can_revert_records():
Callers
nothing calls this directly
Calls
1
reload
Method · 0.45
Tested by
no test coverage detected