(self, obj: bytes, url: Union[str, Path])
| 163 | os.remove(f.name) |
| 164 | |
| 165 | def write(self, obj: bytes, url: Union[str, Path]) -> None: |
| 166 | raise NotImplementedError('write is not supported by HTTP Storage') |
| 167 | |
| 168 | def write_text(self, |
| 169 | obj: str, |
no outgoing calls