Searched refs:removedirs (Results 1 – 12 of 12) sorted by relevance
41 os.removedirs(dirname)
159 def removedirs(name): function203 removedirs(head)
228 def removedirs(name): function272 removedirs(head)
524 os.removedirs(path)
1221 os.removedirs(path)1290 os.removedirs(dirb)1301 os.removedirs(dirb)1313 os.removedirs(dirb)
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`.
2032 .. function:: removedirs(name)2037 leaf directory is successfully removed, :func:`removedirs` tries to2040 is not empty). For example, ``os.removedirs('foo/bar/baz')`` will first remove2076 segments of the old name will be pruned away using :func:`removedirs`.
473 don't exist. ``os.removedirs(path)`` will remove intermediate directories as
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
28990 - New functions in os.py: makedirs(), removedirs(), renames(). New