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

Function ensure_dir

pythonforandroid/util.py:127–131  ·  view source on GitHub ↗
(dn)

Source from the content-addressed store, hash-verified

125
126
127def ensure_dir(dn):
128 if exists(dn):
129 return
130 LOGGER.debug("Create directory {0}".format(dn))
131 makedirs(dn)
132
133
134def move(source, destination):

Callers 15

prepare_dist_dirMethod · 0.90
distribute_libsMethod · 0.90
_unpack_aarMethod · 0.90
prepare_build_dirMethod · 0.90
libs_dirMethod · 0.90
javaclass_dirMethod · 0.90
aars_dirMethod · 0.90
python_installs_dirMethod · 0.90
ensure_dirsMethod · 0.90
get_libs_dirMethod · 0.90

Calls 1

formatMethod · 0.80

Tested by 1

setUpMethod · 0.72