Home
last modified time | relevance | path

Searched refs:create_static_lib (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/distutils/command/
Dbuild_clib.py207 self.compiler.create_static_lib(objects, lib_name,
/third_party/python/Lib/distutils/tests/
Dtest_build_clib.py85 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/third_party/python/Lib/distutils/
Dunixccompiler.py122 def create_static_lib(self, objects, output_libname, member in UnixCCompiler
Dbcppcompiler.py146 def create_static_lib (self, member in BCPPCompiler
D_msvccompiler.py408 def create_static_lib(self, member in MSVCCompiler
Dmsvccompiler.py428 def create_static_lib(self, member in MSVCCompiler
Dccompiler.py585 def create_static_lib(self, objects, output_libname, output_dir=None, member in CCompiler
Dmsvc9compiler.py540 def create_static_lib(self, member in MSVCCompiler
/third_party/python/Doc/distutils/
Dapiref.rst627 ….. method:: CCompiler.create_static_lib(objects, output_libname[, output_dir=None, debug=0, target…
678 *debug* is as for :meth:`compile` and :meth:`create_static_lib`, with the
680 :meth:`create_static_lib`, which includes a *debug* flag mostly for form's