mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 05:24:53 +08:00
9 lines
190 B
Python
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: ... |