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

Method dist_dir

pythonforandroid/bootstrap.py:100–106  ·  view source on GitHub ↗

The dist dir at which to place the finished distribution.

(self)

Source from the content-addressed store, hash-verified

98
99 @property
100 def dist_dir(self):
101 '''The dist dir at which to place the finished distribution.'''
102 if self.distribution is None:
103 raise BuildInterruptingException(
104 'Internal error: tried to access {}.dist_dir, but {}.distribution '
105 'is None'.format(self, self))
106 return self.distribution.dist_dir
107
108 @property
109 def jni_dir(self):

Callers

nothing calls this directly

Calls 2

formatMethod · 0.80

Tested by

no test coverage detected