MCPcopy 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_allMethod · 0.80
test_is_getMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 1

test_is_getMethod · 0.64