(self, data, file_path, **kwargs)
| 345 | return [] |
| 346 | |
| 347 | def save(self, data, file_path, **kwargs): |
| 348 | pass |
| 349 | |
| 350 | # Register and verify |
| 351 | FormatRegistry.register(CustomFormat) |
nothing calls this directly
no outgoing calls
no test coverage detected