remove_self_only method

remove_self_only()

Removes this range start and appropriate range end nodes of the structured document tag, but keeps its content inside the document tree.

def remove_self_only(self):
    ...

See Also