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

Method __init__

Lib/idlelib/sidebar.py:270–272  ·  view source on GitHub ↗
(self, changed_callback)

Source from the content-addressed store, hash-verified

268 The provided callback is called after every insert and delete.
269 """
270 def __init__(self, changed_callback):
271 Delegator.__init__(self)
272 self.changed_callback = changed_callback
273
274 def insert(self, index, chars, tags=None):
275 self.delegate.insert(index, chars, tags)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected