Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getpat
Method
getpat
Lib/idlelib/searchengine.py:37–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
# Access methods
36
37
def
getpat(self):
38
return
self.patvar.get()
39
40
def
setpat(self, pat):
41
self.patvar.set(pat)
Callers
4
getcookedpat
Method · 0.95
getprog
Method · 0.95
grep_it
Method · 0.45
find_again
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected