Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ test_no_gui_backends
Function
test_no_gui_backends
IPython/core/tests/test_pylabtools.py:248–250 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
246
247
248
def
test_no_gui_backends():
249
for
k in [
'agg'
,
'svg'
,
'pdf'
,
'ps'
]:
250
assert k not in pt.backend2gui
251
252
253
def
test_figure_no_canvas():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected