MCPcopy 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
59def dictval(dict_obj, key, default=None):
60
61 return dict_obj.get(key, default)
62
63class DummyProxy(threading.Thread):
64 """

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected