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

Method ensure_dirs

pythonforandroid/build.py:167–172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

165 self.dist_dir = join(self.storage_dir, 'dists')
166
167 def ensure_dirs(self):
168 ensure_dir(self.storage_dir)
169 ensure_dir(self.build_dir)
170 ensure_dir(self.dist_dir)
171 ensure_dir(join(self.build_dir, 'bootstrap_builds'))
172 ensure_dir(join(self.build_dir, 'other_builds'))
173
174 @property
175 def android_api(self):

Callers 1

Calls 1

ensure_dirFunction · 0.90

Tested by

no test coverage detected