(self, startindex)
| 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): |
no outgoing calls
no test coverage detected