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

Method isupper

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

Source from the content-addressed store, hash-verified

1574 return self.data.istitle()
1575
1576 def isupper(self):
1577 return self.data.isupper()
1578
1579 def join(self, seq):
1580 return self.data.join(seq)

Callers 15

signal.pyFile · 0.80
socket.pyFile · 0.80
pickle.pyFile · 0.80
test_isupperMethod · 0.80
test_surrogatesMethod · 0.80
test_stringMethod · 0.80
test_islowerMethod · 0.80
test_isupperMethod · 0.80
test_ctypesMethod · 0.80
test_socketkind_enumMethod · 0.80

Calls

no outgoing calls

Tested by 14

test_isupperMethod · 0.64
test_surrogatesMethod · 0.64
test_stringMethod · 0.64
test_islowerMethod · 0.64
test_isupperMethod · 0.64
test_ctypesMethod · 0.64
test_socketkind_enumMethod · 0.64
test_msgflag_enumMethod · 0.64
test_addressinfo_enumMethod · 0.64
test_enumsMethod · 0.64