~ubuntu-branches/ubuntu/trusty/pyrex/trusty-proposed

« back to all changes in this revision

Viewing changes to Demos/callback/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2006-06-14 18:21:15 UTC
  • mto: (2.1.5 edgy) (4.1.1 lenny) (1.1.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060614182115-54t2s7w2azy5oyof
Tags: upstream-0.9.4.1
ImportĀ upstreamĀ versionĀ 0.9.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This example demonstrates how you can wrap a C API
 
 
b'that has a callback interface, so that you can'
 
 
b'pass Python functions to it as callbacks.'
 
 
b'The files cheesefinder.h and cheesefinder.c'
 
 
b'represent the C library to be wrapped.'
 
 
b'The file cheese.pyx is the Pyrex module'
 
 
b'which wraps it.'
 
 
b'The file run_cheese.py demonstrates how to'
 
 
b'call the wrapper.'
 
 
b'\\ No newline at end of file'