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

Method _build_char_in_string_func

Lib/idlelib/editor.py:1496–1500  ·  view source on GitHub ↗
(self, startindex)

Source from the content-addressed store, hash-verified

1494 # offset.
1495
1496 def _build_char_in_string_func(self, startindex):
1497 def inner(offset, _startindex=startindex,
1498 _icis=self.is_char_in_string):
1499 return _icis(_startindex + "+%dc" % offset)
1500 return inner
1501
1502 # XXX this isn't bound to anything -- see tabwidth comments
1503## def change_tabwidth_event(self, event):

Callers 2

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected