(main_dict, new_dict)
| 233 | |
| 234 | @_api.deprecated("3.11") |
| 235 | def update_nested_dict(main_dict, new_dict): |
| 236 | return _update_nested_dict(main_dict, new_dict) |
| 237 | |
| 238 | |
| 239 | # Load style library |
nothing calls this directly
no test coverage detected
searching dependent graphs…