MCPcopy 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
69def 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
74setup()

Callers 1

setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected