Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __iter__
Method
__iter__
Lib/http/cookiejar.py:1754–1755 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1752
self._cookies_lock.release()
1753
1754
def
__iter__(self):
1755
return
deepvalues(self._cookies)
1756
1757
def
__len__(self):
1758
""
"Return number of contained cookies."
""
Callers
nothing calls this directly
Calls
1
deepvalues
Function · 0.85
Tested by
no test coverage detected