MCPcopy Index your code
hub / github.com/RustPython/RustPython / istitle

Method istitle

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

Source from the content-addressed store, hash-verified

1531 return self.data.isspace()
1532
1533 def istitle(self):
1534 return self.data.istitle()
1535
1536 def isupper(self):
1537 return self.data.isupper()

Callers 5

test_istitleMethod · 0.45
test_surrogatesMethod · 0.45
test_stringMethod · 0.45
test_istitleMethod · 0.45
test_method_checksumMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_istitleMethod · 0.36
test_surrogatesMethod · 0.36
test_stringMethod · 0.36
test_istitleMethod · 0.36
test_method_checksumMethod · 0.36