We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc80963 commit 8c8409cCopy full SHA for 8c8409c
1 file changed
Lib/tkinter/__init__.py
@@ -4039,10 +4039,10 @@ def scan_dragto(self, x, y):
4039
self.tk.call(self._w, 'scan', 'dragto', x, y)
4040
4041
def search(self, pattern, index, stopindex=None,
4042
- forwards=None, backwards=None, exact=None,
4043
- regexp=None, nocase=None, count=None,
4044
- elide=None, nolinestop=None, all=None,
4045
- overlap=None, strictlimits=None):
+ forwards=None, backwards=None, exact=None,
+ regexp=None, nocase=None, count=None,
+ elide=None, nolinestop=None, all=None,
+ overlap=None, strictlimits=None):
4046
"""Search PATTERN beginning from INDEX until STOPINDEX.
4047
Return the index of the first character of a match or an
4048
empty string."""
0 commit comments