Home
last modified time | relevance | path

Searched refs:cython_directives (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Distutils/
H A Dextension.py35 cython_directives=None, argument
90 self.cython_directives = cython_directives or {}
H A Dold_build_ext.py146 self.cython_directives = None
173 if self.cython_directives is None:
174 self.cython_directives = {}
273 directives = self.cython_directives
275 directives.update(extension.cython_directives)
/dports/lang/cython/Cython-0.29.24/Cython/Distutils/
H A Dextension.py35 cython_directives=None, argument
90 self.cython_directives = cython_directives or {}
H A Dold_build_ext.py146 self.cython_directives = None
173 if self.cython_directives is None:
174 self.cython_directives = {}
274 directives = self.cython_directives
276 directives.update(extension.cython_directives)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Distutils/
H A Dextension.py35 cython_directives=None, argument
90 self.cython_directives = cython_directives or {}
H A Dold_build_ext.py146 self.cython_directives = None
173 if self.cython_directives is None:
174 self.cython_directives = {}
274 directives = self.cython_directives
276 directives.update(extension.cython_directives)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Distutils/
H A Dextension.py35 cython_directives=None, argument
90 self.cython_directives = cython_directives or {}
H A Dold_build_ext.py146 self.cython_directives = None
173 if self.cython_directives is None:
174 self.cython_directives = {}
274 directives = self.cython_directives
276 directives.update(extension.cython_directives)
/dports/lang/cython-devel/cython-2b1e743/Cython/Distutils/
H A Dextension.py35 cython_directives=None, argument
90 self.cython_directives = cython_directives or {}
H A Dold_build_ext.py152 self.cython_directives = None
179 if self.cython_directives is None:
180 self.cython_directives = {}
266 directives = dict(self.cython_directives)
268 directives.update(extension.cython_directives)
/dports/databases/py-asyncpg/asyncpg-0.25.0/
H A Dsetup.py162 self.cython_directives = "linetrace=True"
168 self.cython_directives = None
222 if self.cython_directives:
223 for directive in self.cython_directives.split(','):
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pyximport/
H A Dpyxbuild.py64 ext.cython_directives = {'set_initial_path' : 'SOURCEFILE'}
65 elif 'set_initial_path' not in ext.cython_directives:
66 ext.cython_directives['set_initial_path'] = 'SOURCEFILE'
/dports/lang/cython/Cython-0.29.24/pyximport/
H A Dpyxbuild.py64 ext.cython_directives = {'set_initial_path' : 'SOURCEFILE'}
65 elif 'set_initial_path' not in ext.cython_directives:
66 ext.cython_directives['set_initial_path'] = 'SOURCEFILE'
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/pyximport/
H A Dpyxbuild.py64 ext.cython_directives = {'set_initial_path' : 'SOURCEFILE'}
65 elif 'set_initial_path' not in ext.cython_directives:
66 ext.cython_directives['set_initial_path'] = 'SOURCEFILE'
/dports/lang/cython-devel/cython-2b1e743/pyximport/
H A Dpyxbuild.py64 ext.cython_directives = {'set_initial_path' : 'SOURCEFILE'}
65 elif 'set_initial_path' not in ext.cython_directives:
66 ext.cython_directives['set_initial_path'] = 'SOURCEFILE'
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/pyximport/
H A Dpyxbuild.py64 ext.cython_directives = {'set_initial_path' : 'SOURCEFILE'}
65 elif 'set_initial_path' not in ext.cython_directives:
66 ext.cython_directives['set_initial_path'] = 'SOURCEFILE'
/dports/www/py-httptools/httptools-0.3.0/
H A Dsetup.py54 self.cython_directives = None
95 if self.cython_directives:
96 for directive in self.cython_directives.split(','):
/dports/devel/py-uvloop/uvloop-0.16.0/
H A Dsetup.py127 self.cython_directives = None
178 if self.cython_directives:
179 for directive in self.cython_directives.split(','):
/dports/lang/cython/Cython-0.29.24/Tools/
H A Drules.bzl26 cython_directives=[],
47 extra_flags = " ".join(["-X '%s=%s'" % x for x in cython_directives] +
/dports/lang/cython-devel/cython-2b1e743/Tools/
H A Drules.bzl26 cython_directives=[],
47 extra_flags = " ".join(["-X '%s=%s'" % x for x in cython_directives] +
/dports/science/healpix/Healpix_3.50/src/healpy/
H A Dsetup.py498 cython_directives=dict(embedsignature=True),
504 cython_directives=dict(embedsignature=True),
510 cython_directives=dict(embedsignature=True),
/dports/devel/py-distributed/distributed-2021.11.2/
H A Dsetup.py58 e.cython_directives = { # type: ignore
/dports/science/py-dipy/dipy-1.4.1/
H A Dsetup_helpers.py194 self.cython_directives = {
/dports/net/py-pyzmq/pyzmq-22.3.0/
H A Dsetup.py1297 cython_directives = {"binding": True, "language_level": "3str"} variable
1299 cython_directives["linetrace"] = True
1300 extensions = cythonize(extensions, compiler_directives=cython_directives)
/dports/math/boolector/boolector-3.2.2/pypi/
H A Dsetup.py299 cython_directives={'language_level' : '3'}),

12