Lines Matching defs:Cython

288     os.path.join('Cython', 'Debugger', 'Tests', 'test_libcython_in_gdb.py'),
289 os.path.join('Cython', 'Debugger', 'Tests', 'test_libpython_in_gdb.py'),
290 os.path.join('Cython', 'Debugger', 'libcython.py'),
291 os.path.join('Cython', 'Debugger', 'libpython.py'),
589 from Cython.Compiler import Options
606 from Cython.Compiler import Options
723 from Cython.Compiler.Main import CompilationOptions
724 from Cython.Compiler.Main import compile as cython_compile
725 from Cython.Compiler.Main import default_options
779 from Cython.Build.Dependencies import DistutilsInfo
866 from Cython.Compiler import Options
1085 from Cython.Compiler import Options
1160 skipped_dirs = ['Cython' + os.path.sep + 'Debugger' + os.path.sep]
1258 from Cython.TestUtils import unpack_source_tree
1446 # need to convert Cython sources first
1459 graft Cython
1460 recursive-exclude Cython *
1461 recursive-include Cython *.py *.pyx *.pxd
1462 recursive-include Cython/Debugger/Tests *
1463 recursive-include Cython/Utility *
1514 from Cython.Compiler.Version import version as cython_version
1558 help="do not run the Cython compiler, only the C compiler")
1637 help="Cython installation directory (default: use local source version)")
1654 # try if Cython is installed in a Py3 version
1655 import Cython.Compiler.Main
1658 # 2to3 the Cython sources to make them re-importable
1660 if name == 'Cython' or name.startswith('Cython.') ]
1674 import Cython.Compiler.Version
1675 Cython.Compiler.Version.watermark = options.watermark
1693 from Cython.Compiler.Main import \
1697 from Cython.Compiler import Errors
1699 from Cython.Compiler import Options
1701 from Cython.Compiler import DebugFlags
1749 UNITTEST_MODULE = "Cython"
1763 sys.stderr.write("Running tests against Cython %s\n" % get_version())
1765 sys.stderr.write("Running tests without Cython.\n")
1772 from Cython.Compiler.Main import default_options as compiler_default_options
1778 libpath = pyx_to_dll(os.path.join("Cython", "Runtime", "refnanny.pyx"),
1790 sys.stderr.write("Using Cython language level 3.\n")
1877 from Cython.Tests.xmlrunner import XMLTestRunner
1895 name.startswith('Cython.Compiler.') and
1896 name[len('Cython.Compiler.'):] not in ignored_modules ]