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