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

Method istitle

Lib/collections/__init__.py:1573–1574  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1571 return self.data.isspace()
1572
1573 def istitle(self):
1574 return self.data.istitle()
1575
1576 def isupper(self):
1577 return self.data.isupper()

Callers 5

test_istitleMethod · 0.80
test_surrogatesMethod · 0.80
test_stringMethod · 0.80
test_istitleMethod · 0.80
test_method_checksumMethod · 0.80

Calls

no outgoing calls

Tested by 5

test_istitleMethod · 0.64
test_surrogatesMethod · 0.64
test_stringMethod · 0.64
test_istitleMethod · 0.64
test_method_checksumMethod · 0.64