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

Method prepare_bootstrap

pythonforandroid/build.py:425–431  ·  view source on GitHub ↗
(self, bootstrap)

Source from the content-addressed store, hash-verified

423 ', '.join(arch.arch for arch in self.archs)))
424
425 def prepare_bootstrap(self, bootstrap):
426 if not bootstrap:
427 raise TypeError("None is not allowed for bootstrap")
428 bootstrap.ctx = self
429 self.bootstrap = bootstrap
430 self.bootstrap.prepare_build_dir()
431 self.bootstrap_build_dir = self.bootstrap.build_dir
432
433 def prepare_dist(self):
434 self.bootstrap.prepare_dist_dir()

Callers 2

build_dist_from_argsFunction · 0.80
_build_packageMethod · 0.80

Calls 1

prepare_build_dirMethod · 0.45

Tested by

no test coverage detected