MCPcopy 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

getcookedpatMethod · 0.95
getprogMethod · 0.95
grep_itMethod · 0.45
find_againMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected