Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:search

85         elif _magic_re.search(value):
89 elif value[0] == '"' or _space_re.search(value):
3078 def search(self, pattern, index, stopindex=None,
3081 """Search PATTERN beginning from INDEX until STOPINDEX.
3084 args = [self._w, 'search']