Reload the style library.
()
| 244 | |
| 245 | |
| 246 | def 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 | |
| 253 | reload_library() |
no test coverage detected
searching dependent graphs…