Skip to content

Instantly share code, notes, and snippets.

@namitkewat
Forked from GaelVaroquaux/00README.rst
Created January 6, 2013 07:29
Show Gist options
  • Select an option

  • Save namitkewat/4465840 to your computer and use it in GitHub Desktop.

Select an option

Save namitkewat/4465840 to your computer and use it in GitHub Desktop.
""" Script to smoke-test our Cython wrappers
"""
# Author: Gael Varoquaux
# License: BSD
import cython_wrapper
print cython_wrapper.py_compute(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment