File: python-cysignals-doc.doc-base

package info (click to toggle)
cysignals 1.12.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: ansic: 854; python: 367; makefile: 186; sh: 20
file content (19 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Document: cysignals
Title: cysignals documentation
Author:
 Martin Albrecht
 Jeroen Demeyer
Abstract:
 When writing Cython code, special care must be taken to ensure that
 the code can be interrupted with CTRL-C. Since Cython optimizes for
 speed, Cython normally does not check for interrupts. The cysignals
 package provides mechanisms to handle interrupts (and other signals
 and errors) in Cython code.
Section: Programming/Python

Format: PDF
Files: /usr/share/doc/python-cysignals-doc/cysignals.pdf

Format: HTML
Index: /usr/share/doc/python-cysignals-doc/html/index.html
Files: /usr/share/doc/python-cysignals-doc/html/*