mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 16:27:09 +08:00
initial commit
This commit is contained in:
9
django/core/files/move.pyi
Normal file
9
django/core/files/move.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
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: ...
|
||||
Reference in New Issue
Block a user