Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.py
File · 0.45
_darwin_get_libexec_jdk_path
Method · 0.45
run_test_suites_into_buffer
Function · 0.45
main.py
File · 0.45
main.py
File · 0.45
main.py
File · 0.45
test_run_calls_main
Method · 0.45
Calls
2
prepare_build_dir
Method · 0.95
main
Function · 0.90
Tested by
1
test_run_calls_main
Method · 0.36