Home
last modified time | relevance | path

Searched refs:removedirs (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/
Dsystrace.py41 os.removedirs(dirname)
/external/python/cpython2/Lib/
Dos.py159 def removedirs(name): function
203 removedirs(head)
/external/python/cpython2/Lib/test/
Dtest_os.py524 os.removedirs(path)
/external/python/cpython2/Doc/library/
Dos.rst1318 .. function:: removedirs(path)
1323 leaf directory is successfully removed, :func:`removedirs` tries to
1326 is not empty). For example, ``os.removedirs('foo/bar/baz')`` will first remove
1353 segments of the old name will be pruned away using :func:`removedirs`.
/external/python/cpython2/Doc/faq/
Dlibrary.rst457 don't exist. ``os.removedirs(path)`` will remove intermediate directories as
/external/python/cpython2/Misc/
Dcheatsheet1412 removedirs(path) Recursive directory delete (delete intermediary empty
DHISTORY11611 - New functions in os.py: makedirs(), removedirs(), renames(). New