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

Class TestKlass

lib/matplotlib/tests/test_artist.py:583–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581
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 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…