| ******************** | |
| 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 |