NotImplementedError and AttributeError
| 719 | |
| 720 | |
| 721 | class AttributeNotImplementedError(NotImplementedError, AttributeError): |
| 722 | """NotImplementedError and AttributeError""" |
| 723 | |
| 724 | |
| 725 | def meta_frame_constructor(like): |
no outgoing calls
no test coverage detected