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

Function update_user_library

lib/matplotlib/style/__init__.py:200–201  ·  view source on GitHub ↗
(library)

Source from the content-addressed store, hash-verified

198
199@_api.deprecated("3.11")
200def update_user_library(library):
201 return _update_user_library(library)
202
203
204def _read_style_directory(style_dir):

Callers

nothing calls this directly

Calls 1

_update_user_libraryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…