Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_text
Method · 0.95
find_again
Method · 0.80
test_is_get
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
1
test_is_get
Method · 0.64