Show More
@@ -291,7 +291,7 class abstractvfs: | |||||
291 |
|
291 | |||
292 | def rmtree( |
|
292 | def rmtree( | |
293 | self, path: Optional[bytes] = None, ignore_errors=False, forcibly=False |
|
293 | self, path: Optional[bytes] = None, ignore_errors=False, forcibly=False | |
294 | ): |
|
294 | ) -> None: | |
295 | """Remove a directory tree recursively |
|
295 | """Remove a directory tree recursively | |
296 |
|
296 | |||
297 | If ``forcibly``, this tries to remove READ-ONLY files, too. |
|
297 | If ``forcibly``, this tries to remove READ-ONLY files, too. |
General Comments 0
You need to be logged in to leave comments.
Login now