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

Method aars_dir

pythonforandroid/build.py:143–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141
142 @property
143 def aars_dir(self):
144 directory = join(self.build_dir, 'aars', self.bootstrap.distribution.name)
145 ensure_dir(directory)
146 return directory
147
148 @property
149 def python_installs_dir(self):

Callers

nothing calls this directly

Calls 1

ensure_dirFunction · 0.90

Tested by

no test coverage detected