Re: The need to put "self" in every method

2005-06-01 Thread spinach
>Explicit is better than implicit. import sarcasm def whatAboutMyImplicitModuleMethod() -- http://mail.python.org/mailman/listinfo/python-list

use of AttributesNSImpl in writing ?

2005-05-29 Thread spinach
I just can't find a good example for the use of AttributesNSImpl in the context of writing XML through XMLGenerator. I need to generate XML that uses several namespaces. The documentation is brief ("understands attribute names as two-tuples of namespaceURI and localname"), it appears you have to se