Remove this directory. The directory must be empty.
(self)
| 1150 | raise |
| 1151 | |
| 1152 | def rmdir(self): |
| 1153 | """ |
| 1154 | Remove this directory. The directory must be empty. |
| 1155 | """ |
| 1156 | os.rmdir(self) |
| 1157 | |
| 1158 | def lstat(self): |
| 1159 | """ |
no outgoing calls
no test coverage detected