MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / search_text

Method search_text

Lib/idlelib/SearchEngine.py:105–143  ·  view source on GitHub ↗

Return (lineno, matchobj) or None for forward/backward search. This function calls the right function with the right arguments. It directly return the result of that call. Text is a text widget. Prog is a precompiled pattern. The ok parameteris a bit complicated as

(self, text, prog=None, ok=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

replace_allMethod · 0.80
do_findMethod · 0.80
find_againMethod · 0.80

Calls 7

getprogMethod · 0.95
isbackMethod · 0.95
search_backwardMethod · 0.95
search_forwardMethod · 0.95
get_selectionFunction · 0.85
get_line_colFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected