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

Method run

pythonforandroid/bdistapk.py:77–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 sys.argv.append('--arch={}'.format(arch))
76
77 def run(self):
78 self.prepare_build_dir()
79
80 from pythonforandroid.entrypoints import main
81 sys.argv[1] = self.package_type
82 main()
83
84 def prepare_build_dir(self):
85

Callers 7

meson_python.pyFile · 0.45
main.pyFile · 0.45
main.pyFile · 0.45
main.pyFile · 0.45
test_run_calls_mainMethod · 0.45

Calls 2

prepare_build_dirMethod · 0.95
mainFunction · 0.90

Tested by 1

test_run_calls_mainMethod · 0.36