(cls_name, bases, value)
| 252 | |
| 253 | |
| 254 | def _reconstruct_header(cls_name, bases, value): |
| 255 | return type(cls_name, bases, {})._reconstruct(value) |
| 256 | |
| 257 | |
| 258 | class UnstructuredHeader: |
nothing calls this directly
no test coverage detected
searching dependent graphs…