view README @ 84:10205d88f6ff

JS-wrapped Python functions can now be passed to context.get_object_private() and context.clear_object_private(), which allows cycles to be manually broken from Python. Far from ideal, but easier than writing a cycle collector for now.
author Atul Varma <varmaa@toolness.com>
date Sun, 09 Aug 2009 15:18:33 -0700
parents 7401af070bb8
children e455f0f00e98
line wrap: on
line source

Pymonkey README
---------------

Pymonkey is a Python C extension module to expose the Mozilla
SpiderMonkey engine to Python.

Please run "python manage.py docs" to open the full Pymonkey
documentation in your web browser.