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

Function read_style_directory

lib/matplotlib/style/__init__.py:216–217  ·  view source on GitHub ↗
(style_dir)

Source from the content-addressed store, hash-verified

214
215@_api.deprecated("3.11")
216def read_style_directory(style_dir):
217 return _read_style_directory(style_dir)
218
219
220def _update_nested_dict(main_dict, new_dict):

Callers

nothing calls this directly

Calls 1

_read_style_directoryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…