(self, path, missing_dir_ok)
| 107 | assert path == "delete_dir" |
| 108 | |
| 109 | def delete_dir_contents(self, path, missing_dir_ok): |
| 110 | if not path.strip("/"): |
| 111 | raise ValueError |
| 112 | assert path == "delete_dir_contents" |
| 113 | |
| 114 | def delete_root_dir_contents(self): |
| 115 | pass |
no outgoing calls
no test coverage detected