Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ read_query_string
Function
read_query_string
openlibrary/plugins/worksearch/code.py:325–326 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
323
@public
324
def
get_remembered_layout():
325
def
read_query_string():
326
return
web.input(layout=None).get(
"layout"
)
327
328
def
read_cookie():
329
if
"LBL"
in web.ctx.env.get(
"HTTP_COOKIE"
,
""
):
Callers
1
get_remembered_layout
Function · 0.70
Calls
1
get
Method · 0.45
Tested by
no test coverage detected