Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ encodeCookies
Function
encodeCookies
tools/python/oauth2-flow/oauth2_flow.py:205–206 ·
view source on GitHub ↗
(cookies)
Source
from the content-addressed store, hash-verified
203
204
205
def
encodeCookies(cookies):
206
return
"; "
.join([f
"{p.key}={p.value}"
for
p in cookies.values()])
207
208
209
if
__name__ ==
'__main__'
:
Callers
3
LoginUserPassword
Function · 0.85
FetchRequestToken
Function · 0.85
SendAuthRequest
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected