Searched refs:output_progname (Results 1 – 6 of 6) sorted by relevance
/external/python/setuptools/setuptools/_distutils/ |
D | ccompiler.py | 722 output_progname, argument 732 self.executable_filename(output_progname), output_dir,
|
/external/python/cpython2/Lib/distutils/ |
D | ccompiler.py | 693 def link_executable(self, objects, output_progname, output_dir=None, argument 698 self.executable_filename(output_progname), output_dir,
|
/external/python/cpython3/Lib/distutils/ |
D | ccompiler.py | 722 output_progname, argument 732 self.executable_filename(output_progname), output_dir,
|
/external/python/setuptools/docs/deprecated/distutils/ |
D | apiref.rst | 693 ….. method:: CCompiler.link_executable(objects, output_progname[, output_dir=None, libraries=None, … 695 Link an executable. *output_progname* is the name of the file executable, while
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 668 ….. method:: CCompiler.link_executable(objects, output_progname[, output_dir=None, libraries=None, … 670 Link an executable. *output_progname* is the name of the file executable, while
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 693 ….. method:: CCompiler.link_executable(objects, output_progname[, output_dir=None, libraries=None, … 695 Link an executable. *output_progname* is the name of the file executable, while
|