Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ set_cookie
Method
set_cookie
python/python3/tornado/test/web_test.py:116–117 ·
view source on GitHub ↗
(self, name, value, expires_days=None)
Source
from the content-addressed store, hash-verified
114
return
self._cookies.get(name)
115
116
def
set_cookie(self, name, value, expires_days=None):
117
self._cookies[name] = value
118
119
120
# See SignedValueTest below for more.
Callers
7
get
Method · 0.45
get
Method · 0.45
get
Method · 0.45
get
Method · 0.45
get
Method · 0.45
get
Method · 0.45
get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected