Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setpat
Method
setpat
Lib/idlelib/searchengine.py:40–41 ·
view source on GitHub ↗
(self, pat)
Source
from the content-addressed store, hash-verified
38
return
self.patvar.get()
39
40
def
setpat(self, pat):
41
self.patvar.set(pat)
42
43
def
isre(self):
44
return
self.revar.get()
Callers
7
setcookedpat
Method · 0.95
test_replace_simple
Method · 0.80
test_is_get
Method · 0.80
test_getcookedpat
Method · 0.80
test_getprog
Method · 0.80
test_create_entries
Method · 0.80
test_find_again
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
6
test_replace_simple
Method · 0.64
test_is_get
Method · 0.64
test_getcookedpat
Method · 0.64
test_getprog
Method · 0.64
test_create_entries
Method · 0.64
test_find_again
Method · 0.64