HomeSort by relevance Sort by last modified time
    Searched refs:_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 4 from Pyrex.Distutils.build_ext import build_ext as _build_ext namespace
6 _build_ext = _du_build_ext variable
44 class build_ext(_build_ext):
48 _build_ext.run(self)
75 if _build_ext is not _du_build_ext and not hasattr(_build_ext,'pyrex_sources'):
79 sources = _build_ext.swig_sources(self, sources) or sources
86 filename = _build_ext.get_ext_filename(self,fullname)
98 _build_ext.initialize_options(self)
104 _build_ext.finalize_options(self
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 4 from Pyrex.Distutils.build_ext import build_ext as _build_ext namespace
6 _build_ext = _du_build_ext variable
44 class build_ext(_build_ext):
48 _build_ext.run(self)
75 if _build_ext is not _du_build_ext and not hasattr(_build_ext,'pyrex_sources'):
79 sources = _build_ext.swig_sources(self, sources) or sources
86 filename = _build_ext.get_ext_filename(self,fullname)
98 _build_ext.initialize_options(self)
104 _build_ext.finalize_options(self
    [all...]

Completed in 291 milliseconds