> putting methods in a module?  how would that work?

You'd define classes and functions intended for VM coupling in that
module's namespace.  They might (or might not, depending on the VM)
actually be implemented by the VM, but to Python code they would
appear in that namespace.

Bill
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to