Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kubernetes-client/python
/ dictval
Function
dictval
kubernetes/base/stream/ws_client_test.py:59–61 ·
view source on GitHub ↗
(dict_obj, key, default=None)
Source
from the content-addressed store, hash-verified
57
58
59
def
dictval(dict_obj, key, default=None):
60
61
return
dict_obj.get(key, default)
62
63
class
DummyProxy(threading.Thread):
64
""
"
Callers
1
test_websocket_proxycare
Method · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected