MCPcopy Index your code
hub / github.com/python/cpython / isre

Method isre

Lib/idlelib/searchengine.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 self.patvar.set(pat)
42
43 def isre(self):
44 return self.revar.get()
45
46 def iscase(self):
47 return self.casevar.get()

Callers 4

setcookedpatMethod · 0.95
getcookedpatMethod · 0.95
_replace_expandMethod · 0.80
test_is_getMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 1

test_is_getMethod · 0.64