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

Function reload_library

lib/matplotlib/style/__init__.py:246–250  ·  view source on GitHub ↗

Reload the style library.

()

Source from the content-addressed store, hash-verified

244
245
246def reload_library():
247 """Reload the style library."""
248 library.clear()
249 library.update(_update_user_library(_base_library.copy()))
250 available[:] = sorted(name for name in library if not name.startswith('_'))
251
252
253reload_library()

Callers 1

__init__.pyFile · 0.85

Calls 4

_update_user_libraryFunction · 0.85
clearMethod · 0.45
updateMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…