Merged
Merged
Conversation
plq
changed the title
Implement IncrementalWriter.method()
Add method keyword to _IncrementalWriter.element()
plq
changed the title
Add method keyword to _IncrementalWriter.element()
Two more ways to change output method temporarily
| self._handle_error(self._c_out.error) | ||
|
|
||
| def method(self, method): | ||
| """element(self, tag, attrib=None, nsmap=None, **_extra) |
| def __cinit__(self, _IncrementalFileWriter writer not None, int method): | ||
| self._writer = writer | ||
| self._new_method = method | ||
| self._old_method = writer._method |
Labels
None yet