Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/tests/
Dsetuptools_build_ext.py1 from distutils.command.build_ext import build_ext as _du_build_ext unknown
6 _build_ext = _du_build_ext
75 if _build_ext is not _du_build_ext and not hasattr(_build_ext,'pyrex_sources'):
81 return _du_build_ext.swig_sources(self, sources, *otherargs)
/external/python/setuptools/setuptools/command/
Dbuild_ext.py5 from distutils.command.build_ext import build_ext as _du_build_ext unknown
22 _build_ext = _du_build_ext