Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/tests/
Dsetuptools_build_ext.py117 self.shlibs and self.links_to_dynamic(ext) or False
185 def links_to_dynamic(self, ext): member in build_ext
/external/python/setuptools/setuptools/command/
Dbuild_ext.py150 ltd = self.shlibs and self.links_to_dynamic(ext) or False
206 def links_to_dynamic(self, ext): member in build_ext