Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kivy/python-for-android
/ check
Function
check
pythonforandroid/checkdependencies.py:67–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
66
67
def
check():
68
if
not environ.get(
"SKIP_PREREQUISITES_CHECK"
,
"0"
) ==
"1"
:
69
check_and_install_default_prerequisites()
70
check_python_dependencies()
Callers
1
toolchain.py
File · 0.90
Calls
2
check_and_install_default_prerequisites
Function · 0.90
check_python_dependencies
Function · 0.85
Tested by
no test coverage detected