Subclassing cElementTree.XMLTreeBuilder

Fredrik Lundh fredrik at pythonware.com
Thu Jan 25 04:32:49 EST 2007


"mukappa" wrote:

> Is it possible to subclass cElementTree.XMLTreeBuilder?

no, it's a factory function.  if you need to extend it, you'll have to wrap it.  but
I'm not sure I see the use case; what is it you're trying to do here?

</F> 






More information about the Python-list mailing list