获取支持读取的文件扩展名
(self)
| 95 | raise NotImplementedError |
| 96 | |
| 97 | def get_readable_file_extensions(self) -> List[str]: |
| 98 | """获取支持读取的文件扩展名""" |
| 99 | raise NotImplementedError |
| 100 | |
| 101 | def get_writable_file_extensions(self) -> List[str]: |
| 102 | """获取支持写入的文件扩展名""" |
nothing calls this directly
no outgoing calls
no test coverage detected