Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ dictify
Function
dictify
web/webapi.py:408–409 ·
view source on GitHub ↗
(fs)
Source
from the content-addressed store, hash-verified
406
method = method or
"both"
407
408
def
dictify(fs):
409
return
{k: fs[k]
for
k in fs}
410
411
env = ctx.env.copy()
412
post_req = get_req = {}
Callers
1
rawinput
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected