(blob_path: str)
| 35 | |
| 36 | |
| 37 | def get_blob_file_path_without_name(blob_path: str) -> str: |
| 38 | file_name = get_blob_file_name(blob_path) |
| 39 | return blob_path.split(file_name)[0] |
| 40 | |
| 41 | |
| 42 | def default_url_regenerate(session: Session, |
no test coverage detected