Not overwritten.
(self, **kwargs)
| 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." |
no outgoing calls
no test coverage detected