Home
last modified time | relevance | path

Searched refs:executable_filename (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dccompiler.py698 self.executable_filename(output_progname), output_dir,
836 def executable_filename(self, basename, strip_dir=0, output_dir=''): member in CCompiler
/external/python/cpython2/Doc/distutils/
Dapiref.rst704 .. method:: CCompiler.executable_filename(basename[, strip_dir=0, output_dir=''])