Python distutils.command.build_ext.build_ext.swig_sources() Examples
The following are 13
code examples of distutils.command.build_ext.build_ext.swig_sources().
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example.
You may also want to check out all available functions/classes of the module
distutils.command.build_ext.build_ext
, or try the search function
.
Example #1
Source File: build_ext.py From pledgeservice with Apache License 2.0 | 5 votes |
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)
Example #2
Source File: setuptools_build_ext.py From ironpython2 with Apache License 2.0 | 5 votes |
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)
Example #3
Source File: setuptools_build_ext.py From Computable with MIT License | 5 votes |
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)
Example #4
Source File: build_ext.py From oss-ftp with MIT License | 5 votes |
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)
Example #5
Source File: setuptools_build_ext.py From oss-ftp with MIT License | 5 votes |
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)
Example #6
Source File: build_ext.py From datafari with Apache License 2.0 | 5 votes |
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)
Example #7
Source File: setuptools_build_ext.py From datafari with Apache License 2.0 | 5 votes |
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)
Example #8
Source File: setuptools_build_ext.py From CTFCrackTools-V2 with GNU General Public License v3.0 | 5 votes |
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)
Example #9
Source File: setuptools_build_ext.py From CTFCrackTools-V2 with GNU General Public License v3.0 | 5 votes |
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)
Example #10
Source File: setuptools_build_ext.py From CTFCrackTools with GNU General Public License v3.0 | 5 votes |
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)
Example #11
Source File: setuptools_build_ext.py From CTFCrackTools with GNU General Public License v3.0 | 5 votes |
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)
Example #12
Source File: build_ext.py From Flask with Apache License 2.0 | 5 votes |
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)
Example #13
Source File: build_ext.py From Flask with Apache License 2.0 | 5 votes |
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)