Files
django-stubs/django-stubs-generated/core/files/move.pyi
2018-12-03 18:52:44 +03:00

4 lines
158 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: ...