Home
last modified time | relevance | path

Searched defs:link_shared_object (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dsetuptools_build_ext.py252 def link_shared_object(self, objects, output_libname, output_dir=None, function
266 def link_shared_object(self, objects, output_libname, output_dir=None, function
/external/python/cpython2/Lib/distutils/
Dccompiler.py682 def link_shared_object(self, objects, output_filename, output_dir=None, member in CCompiler