Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ GET
Method
GET
tests/test_browser.py:30–31 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
28
29
class
cookie:
30
def
GET(self):
31
return
","
.join(sorted(web.cookies().keys()))
32
33
34
class
setcookie:
Callers
nothing calls this directly
Calls
2
join
Method · 0.80
keys
Method · 0.45
Tested by
no test coverage detected