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

Method isback

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

Source from the content-addressed store, hash-verified

53 return self.wrapvar.get()
54
55 def isback(self):
56 return self.backvar.get()
57
58 # Higher level access methods
59

Callers 3

search_textMethod · 0.95
find_againMethod · 0.80
test_is_getMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 1

test_is_getMethod · 0.64