MCPcopy 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
324def 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_layoutFunction · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected