Searched refs:swig_sources (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/distutils/command/ |
D | build_ext.py | 471 sources = self.swig_sources(sources, ext) 534 def swig_sources (self, sources, extension): member in build_ext 543 swig_sources = [] 564 swig_sources.append(source) 569 if not swig_sources: 583 for source in swig_sources:
|
/external/python/cpython3/Lib/distutils/command/ |
D | build_ext.py | 506 sources = self.swig_sources(sources, ext) 561 def swig_sources(self, sources, extension): member in build_ext 568 swig_sources = [] 589 swig_sources.append(source) 594 if not swig_sources: 608 for source in swig_sources:
|
/external/python/cpython2/Lib/distutils/tests/ |
D | setuptools_build_ext.py | 77 def swig_sources(self, sources, *otherargs): member in build_ext 79 sources = _build_ext.swig_sources(self, sources) or sources 81 return _du_build_ext.swig_sources(self, sources, *otherargs)
|