[Python-3000] Special methods and interface-based type system

Bill Janssen janssen at parc.com
Mon Nov 27 18:07:37 CET 2006


> 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


More information about the Python-3000 mailing list