1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
********************
Stackless Python
********************
.. topic:: Introduction
`Stackless Python`_ is an enhanced version of the Python programming
language.
This example shows how to take advantage of Stackless Python with the
:doc:`twisted` framework.
.. contents::
Example
=======
The following example shows how a single method is exposed in this way:
.. literalinclude:: ../examples/gateways/twisted/stackless.py
:linenos:
.. _Stackless Python: http://www.stackless.com
|