Files
django-stubs/django/core/files/move.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

9 lines
190 B
Python

def _samefile(src: str, dst: str) -> bool: ...
def file_move_safe(
old_file_name: str,
new_file_name: str,
chunk_size: int = ...,
allow_overwrite: bool = ...
) -> None: ...