NotImplementedError and AttributeError
| 725 | |
| 726 | |
| 727 | class AttributeNotImplementedError(NotImplementedError, AttributeError): |
| 728 | """NotImplementedError and AttributeError""" |
| 729 | |
| 730 | |
| 731 | def meta_frame_constructor(like): |
no outgoing calls
no test coverage detected