Home
last modified time | relevance | path

Searched defs:cpython (Results 1 – 17 of 17) sorted by relevance

/dports/devel/py-cffi/cffi-1.15.0/
H A Dsetup.py172 cpython = ('_cffi_backend' not in sys.builtin_module_names) variable
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/
H A Dsetup.py38 cpython = platform.python_implementation() == 'CPython' variable
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/
H A Dsetup.py18 cpython = platform.python_implementation() == "CPython" variable
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/
H A Dsetup.py21 cpython = platform.python_implementation() == "CPython" variable
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/
H A Dsetup.py21 cpython = platform.python_implementation() == "CPython" variable
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/
H A Dsetup.py18 cpython = platform.python_implementation() == 'CPython' variable
/dports/devel/py-logbook/Logbook-1.1.0/
H A Dsetup.py70 cpython = platform.python_implementation() == 'CPython' variable
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/util/
H A Dcompat.py27 cpython = not pypy and not jython # TODO: something better for this ? variable
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/util/
H A Dcompat.py26 cpython = not pypy and not jython # TODO: something better for this ? variable
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/util/
H A Dcompat.py32 cpython = not pypy and not jython # TODO: something better for this ? variable
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/util/
H A Dcompat.py30 cpython = not pypy and not jython # TODO: something better for this ? variable
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/util/
H A Dcompat.py25 cpython = platform.python_implementation() == "CPython" variable
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/
H A Drequirements.py694 def cpython(self): member in DefaultRequirements
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/testing/
H A Drequirements.py740 def cpython(self): member in SuiteRequirements
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/testing/
H A Drequirements.py870 def cpython(self): member in SuiteRequirements
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/testing/
H A Drequirements.py1057 def cpython(self): member in SuiteRequirements
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/testing/
H A Drequirements.py1272 def cpython(self): member in SuiteRequirements