Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ parse_string
Function
parse_string
openlibrary/plugins/importapi/import_opds.py:8–9 ·
view source on GitHub ↗
(e, key)
Source
from the content-addressed store, hash-verified
6
7
8
def
parse_string(e, key):
9
return
(key, e.text)
10
11
12
def
parse_author(e, key):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected