MCPcopy Index your code
hub / github.com/python/cpython / mark_unset

Method mark_unset

Lib/idlelib/idle_test/mock_tk.py:276–277  ·  view source on GitHub ↗

Delete all marks in markNames.

(self, *markNames)

Source from the content-addressed store, hash-verified

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."

Callers 1

hidetipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected