Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kivy/python-for-android
/ ArchARMv7_a
Class
ArchARMv7_a
pythonforandroid/archs.py:248–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
247
248
class
ArchARMv7_a(ArchARM):
249
arch =
'armeabi-v7a'
250
arch_cflags = [
251
'-march=armv7-a'
,
252
'-mfloat-abi=softfp'
,
253
'-mfpu=vfp'
,
254
'-mthumb'
,
255
'-fPIC'
,
256
]
257
258
259
class
Archx86(Arch):
Callers
8
__init__
Method · 0.90
test_assemble_distribution
Method · 0.90
test_distribute_methods
Method · 0.90
test_bootstrap_strip
Method · 0.90
test_run_pymodules_install_optional_project_dir
Method · 0.90
test_python_module_parser
Method · 0.90
test_is_wheel_compatible
Method · 0.90
test_arch_armv7a
Method · 0.90
Calls
no outgoing calls
Tested by
7
test_assemble_distribution
Method · 0.72
test_distribute_methods
Method · 0.72
test_bootstrap_strip
Method · 0.72
test_run_pymodules_install_optional_project_dir
Method · 0.72
test_python_module_parser
Method · 0.72
test_is_wheel_compatible
Method · 0.72
test_arch_armv7a
Method · 0.72