etree – How to print only the opening tag of an element in etree?
Given an Element from etree
, I would like to print only the opening tag. This would be immensely useful for debugging.
Given an Element from etree
, I would like to print only the opening tag. This would be immensely useful for debugging.