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

Method iscase

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

Source from the content-addressed store, hash-verified

44 return self.revar.get()
45
46 def iscase(self):
47 return self.casevar.get()
48
49 def isword(self):
50 return self.wordvar.get()

Callers 2

getprogMethod · 0.95
test_is_getMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 1

test_is_getMethod · 0.64