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

Method javaclass_dir

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

Source from the content-addressed store, hash-verified

133
134 @property
135 def javaclass_dir(self):
136 # Was previously hardcoded as self.build_dir/java
137 directory = join(self.build_dir, 'javaclasses',
138 self.bootstrap.distribution.name)
139 ensure_dir(directory)
140 return directory
141
142 @property
143 def aars_dir(self):

Callers

nothing calls this directly

Calls 1

ensure_dirFunction · 0.90

Tested by

no test coverage detected