HomeSort by relevance Sort by last modified time
    Searched refs:_du_build_ext (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 1 from distutils.command.build_ext import build_ext as _du_build_ext namespace
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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 1 from distutils.command.build_ext import build_ext as _du_build_ext namespace
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)

Completed in 547 milliseconds