MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / validate_backend

Function validate_backend

site-packages/matplotlib/rcsetup.py:249–253  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

247
248
249def validate_backend(s):
250 backend = (
251 s if s is _auto_backend_sentinel or s.startswith("module://")
252 else _validate_standard_backends(s))
253 return backend
254
255
256def validate_qt4(s):

Callers 1

useFunction · 0.90

Calls 1

startswithMethod · 0.80

Tested by

no test coverage detected