MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / update_nested_dict

Function update_nested_dict

lib/matplotlib/style/__init__.py:235–236  ·  view source on GitHub ↗
(main_dict, new_dict)

Source from the content-addressed store, hash-verified

233
234@_api.deprecated("3.11")
235def update_nested_dict(main_dict, new_dict):
236 return _update_nested_dict(main_dict, new_dict)
237
238
239# Load style library

Callers

nothing calls this directly

Calls 1

_update_nested_dictFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…