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

Function test_get_gridspec

lib/matplotlib/tests/test_subplots.py:234–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232
233
234def test_get_gridspec():
235 # ahem, pretty trivial, but...
236 fig, ax = plt.subplots()
237 assert ax.get_subplotspec().get_gridspec() == ax.get_gridspec()
238
239
240def test_dont_mutate_kwargs():

Callers

nothing calls this directly

Calls 3

subplotsMethod · 0.45
get_gridspecMethod · 0.45
get_subplotspecMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…