Home
last modified time | relevance | path

Searched refs:output_progname (Results 1 – 6 of 6) sorted by relevance

/external/python/setuptools/setuptools/_distutils/
Dccompiler.py722 output_progname, argument
732 self.executable_filename(output_progname), output_dir,
/external/python/cpython2/Lib/distutils/
Dccompiler.py693 def link_executable(self, objects, output_progname, output_dir=None, argument
698 self.executable_filename(output_progname), output_dir,
/external/python/cpython3/Lib/distutils/
Dccompiler.py722 output_progname, argument
732 self.executable_filename(output_progname), output_dir,
/external/python/setuptools/docs/deprecated/distutils/
Dapiref.rst693 ….. 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/
Dapiref.rst668 ….. 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/
Dapiref.rst693 ….. 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