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

Method isupper

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

Source from the content-addressed store, hash-verified

1534 return self.data.istitle()
1535
1536 def isupper(self):
1537 return self.data.isupper()
1538
1539 def join(self, seq):
1540 return self.data.join(seq)

Callers 15

signal.pyFile · 0.45
__getattr__Function · 0.45
socket.pyFile · 0.45
pickle.pyFile · 0.45
test_isupperMethod · 0.45
test_surrogatesMethod · 0.45
test_stringMethod · 0.45
test_islowerMethod · 0.45
test_isupperMethod · 0.45
test_socketkind_enumMethod · 0.45

Calls

no outgoing calls

Tested by 13

test_isupperMethod · 0.36
test_surrogatesMethod · 0.36
test_stringMethod · 0.36
test_islowerMethod · 0.36
test_isupperMethod · 0.36
test_socketkind_enumMethod · 0.36
test_msgflag_enumMethod · 0.36
test_addressinfo_enumMethod · 0.36
test_enumsMethod · 0.36
test_method_checksumMethod · 0.36