MCPcopy Create free account
hub / github.com/kivy/python-for-android / clang_exe

Method clang_exe

pythonforandroid/archs.py:82–85  ·  view source on GitHub ↗

Full path of the clang compiler depending on the android's ndk version used.

(self)

Source from the content-addressed store, hash-verified

80
81 @property
82 def clang_exe(self):
83 """Full path of the clang compiler depending on the android's ndk
84 version used."""
85 return self.get_clang_exe()
86
87 @property
88 def clang_exe_cxx(self):

Callers

nothing calls this directly

Calls 1

get_clang_exeMethod · 0.95

Tested by

no test coverage detected