Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ load_views
Function
load_views
openlibrary/code.py:69–71 ·
view source on GitHub ↗
Registers all views by loading all view modules.
()
Source
from the content-addressed store, hash-verified
67
68
69
def
load_views():
70
""
"Registers all views by loading all view modules."
""
71
from
.views
import
showmarc
# noqa: F401 side effects may be needed
72
73
74
setup()
Callers
1
setup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected