Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ get_cookie
Method
get_cookie
python/python3/tornado/test/web_test.py:113–114 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
111
)
112
113
def
get_cookie(self, name):
114
return
self._cookies.get(name)
115
116
def
set_cookie(self, name, value, expires_days=None):
117
self._cookies[name] = value
Callers
2
get
Method · 0.45
prepare
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected