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

Function local_repo_folder

tests/test_pythonpackage.py:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21
22def local_repo_folder():
23 return os.path.abspath(os.path.join(
24 os.path.dirname(__file__), ".."
25 ))
26
27
28def test_get_package_dependencies():

Calls

no outgoing calls

Tested by

no test coverage detected