NotImplementedError and AttributeError
| 714 | |
| 715 | |
| 716 | class AttributeNotImplementedError(NotImplementedError, AttributeError): |
| 717 | """NotImplementedError and AttributeError""" |
| 718 | |
| 719 | |
| 720 | def meta_frame_constructor(like): |
no outgoing calls
no test coverage detected