Delete all marks in markNames.
(self, *markNames)
| 274 | pass |
| 275 | |
| 276 | def mark_unset(self, *markNames): |
| 277 | "Delete all marks in markNames." |
| 278 | |
| 279 | def tag_remove(self, tagName, index1, index2=None): |
| 280 | "Remove tag tagName from all characters between index1 and index2." |