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

Function project_has_setup_py

pythonforandroid/build.py:560–564  ·  view source on GitHub ↗
(project_dir)

Source from the content-addressed store, hash-verified

558
559
560def project_has_setup_py(project_dir):
561 return (project_dir is not None and
562 (exists(join(project_dir, "setup.py")) or
563 exists(join(project_dir, "pyproject.toml"))
564 ))
565
566
567def run_setuppy_install(ctx, project_dir, env=None, arch=None):

Callers 3

__init__Method · 0.90
run_pymodules_installFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected