Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ iswrap
Method
iswrap
Lib/idlelib/searchengine.py:52–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
50
return
self.wordvar.get()
51
52
def
iswrap(self):
53
return
self.wrapvar.get()
54
55
def
isback(self):
56
return
self.backvar.get()
Callers
2
replace_all
Method · 0.80
test_is_get
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
1
test_is_get
Method · 0.64