MCPcopy 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
67def check():
68 if not environ.get("SKIP_PREREQUISITES_CHECK", "0") == "1":
69 check_and_install_default_prerequisites()
70 check_python_dependencies()

Callers 1

toolchain.pyFile · 0.90

Tested by

no test coverage detected