Files
django-stubs/django-stubs-generated/core/files/move.pyi
2018-12-06 19:13:06 +03:00

6 lines
164 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: ...