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

Method set

lib/matplotlib/tests/test_artist.py:395–396  ·  view source on GitHub ↗

Not overwritten.

(self, **kwargs)

Source from the content-addressed store, hash-verified

393 class MyArtist3(martist.Artist):
394
395 def set(self, **kwargs):
396 """Not overwritten."""
397
398 assert not hasattr(MyArtist3.set, '_autogenerated_signature')
399 assert MyArtist3.set.__doc__ == "Not overwritten."

Calls

no outgoing calls

Tested by

no test coverage detected