Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
249
def
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
256
def
validate_qt4(s):
Callers
1
use
Function · 0.90
Calls
1
startswith
Method · 0.80
Tested by
no test coverage detected