Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ __init__
Method
__init__
openlibrary/plugins/admin/graphs.py:30–31 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
28
""
"
29
30
def
__init__(self):
31
self.series_list = []
32
33
def
add(self, name):
34
s = Series(name)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected