Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kivy/python-for-android
/ prepare_dist_dir
Method
prepare_dist_dir
pythonforandroid/bootstrap.py:184–185 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
182
fileh.write(
'target=android-{}'
.format(self.ctx.android_api))
183
184
def
prepare_dist_dir(self):
185
ensure_dir(self.dist_dir)
186
187
def
_assemble_distribution_for_arch(self, arch):
188
""
"Per-architecture distribution assembly.
Callers
2
prepare_dist
Method · 0.80
test_prepare_dist_dir
Method · 0.80
Calls
1
ensure_dir
Function · 0.90
Tested by
1
test_prepare_dist_dir
Method · 0.64