MCPcopy 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

getMethod · 0.45
prepareMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected