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

Method delete

Lib/idlelib/sidebar.py:278–280  ·  view source on GitHub ↗
(self, index1, index2=None)

Source from the content-addressed store, hash-verified

276 self.changed_callback(get_end_linenumber(self.delegate))
277
278 def delete(self, index1, index2=None):
279 self.delegate.delete(index1, index2)
280 self.changed_callback(get_end_linenumber(self.delegate))
281
282
283class LineNumbers(BaseSideBar):

Callers 3

update_sidebar_textMethod · 0.45
deleteMethod · 0.45
update_sidebarMethod · 0.45

Calls 1

get_end_linenumberFunction · 0.85

Tested by

no test coverage detected