Searched refs:removedirs (Results 1 – 7 of 7) sorted by relevance
41 os.removedirs(dirname)
159 def removedirs(name): function203 removedirs(head)
524 os.removedirs(path)
1318 .. function:: removedirs(path)1323 leaf directory is successfully removed, :func:`removedirs` tries to1326 is not empty). For example, ``os.removedirs('foo/bar/baz')`` will first remove1353 segments of the old name will be pruned away using :func:`removedirs`.
457 don't exist. ``os.removedirs(path)`` will remove intermediate directories as
1412 removedirs(path) Recursive directory delete (delete intermediary empty
11611 - New functions in os.py: makedirs(), removedirs(), renames(). New