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

Method draw

lib/matplotlib/tests/test_artist.py:584–585  ·  view source on GitHub ↗
(self, renderer, extra)

Source from the content-addressed store, hash-verified

582def test_draw_wraper_forward_input():
583 class TestKlass(martist.Artist):
584 def draw(self, renderer, extra):
585 return extra
586
587 art = TestKlass()
588 renderer = mbackend_bases.RendererBase()

Callers 2

test_removeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected