Files
django-stubs/django-stubs-generated/core/files/move.pyi
2018-11-10 17:49:18 +03:00

10 lines
178 B
Python

from typing import Any, Optional
def file_move_safe(
old_file_name: str,
new_file_name: str,
chunk_size: int = ...,
allow_overwrite: bool = ...,
) -> None: ...