Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urllib3/urllib3
/ keys
Method
keys
test/test_collections.py:140–141 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
138
self._data.update(kwargs)
139
140
def
keys(self) -> typing.Iterator[str]:
141
return
iter(self._data)
142
143
def
__getitem__(self, key: str) -> str:
144
return
self._data[key]
Callers
14
stash
Method · 0.45
pop
Method · 0.45
test_expire
Method · 0.45
test_same_key
Method · 0.45
test_access_ordering
Method · 0.45
test_disposal
Method · 0.45
test_http_pool_key_fields
Method · 0.45
test_https_pool_key_fields
Method · 0.45
test_https_connection_from_url_case_insensitive
Method · 0.45
test_https_connection_from_host_case_insensitive
Method · 0.45
test_https_connection_from_context_case_insensitive
Method · 0.45
test_http_connection_from_url_case_insensitive
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected