from distutils.core import setup from Cython.Build import cythonize setup(ext_modules = cythonize('run_as_cython.pyx')) ...
確定! 回上一頁