applying DRY on cython vs Cython
import the ``cython`` as module (no run as a program):: >>> import cython do the same than:: >>> import Cython But the same code was repeated in both places.
Showing
Please register or sign in to comment