MCPcopy Index your code
hub / github.com/kivy/python-for-android / rmdir

Function rmdir

pythonforandroid/util.py:120–124  ·  view source on GitHub ↗
(dn, ignore_errors=False)

Source from the content-addressed store, hash-verified

118
119
120def rmdir(dn, ignore_errors=False):
121 if not exists(dn):
122 return
123 LOGGER.debug("Remove directory and subdirectory {}".format(dn))
124 shutil.rmtree(dn, ignore_errors)
125
126
127def ensure_dir(dn):

Callers 15

assemble_distributionMethod · 0.90
fry_eggsMethod · 0.90
prepare_build_dirMethod · 0.90
run_setuppy_installFunction · 0.90
get_package_as_folderFunction · 0.90
unpackMethod · 0.90
clean_buildMethod · 0.90
prepare_build_dirMethod · 0.90
clean_buildMethod · 0.90

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected