MCPcopy 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
29class cookie:
30 def GET(self):
31 return ",".join(sorted(web.cookies().keys()))
32
33
34class setcookie:

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
keysMethod · 0.45

Tested by

no test coverage detected