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

Function inner

lib/matplotlib/tests/test_font_manager.py:541–549  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

539 pass
540
541 def inner():
542 x = SomeObject()
543 fig = mfigure.Figure()
544 ax = fig.subplots()
545 fig.text(.5, .5, 'aardvark', family='doesnotexist')
546 with BytesIO() as out:
547 with warnings.catch_warnings():
548 warnings.filterwarnings('ignore')
549 fig.savefig(out, format='raw')
550
551 inner()
552

Callers 1

Calls 4

savefigMethod · 0.95
SomeObjectClass · 0.85
subplotsMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…