Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.py
File · 0.80
socket.py
File · 0.80
pickle.py
File · 0.80
test_isupper
Method · 0.80
test_surrogates
Method · 0.80
test_string
Method · 0.80
test_attributes_in_errorcode
Method · 0.80
test_islower
Method · 0.80
test_isupper
Method · 0.80
test_ctypes
Method · 0.80
test_addressfamily_enum
Method · 0.80
test_socketkind_enum
Method · 0.80
Calls
no outgoing calls
Tested by
14
test_isupper
Method · 0.64
test_surrogates
Method · 0.64
test_string
Method · 0.64
test_attributes_in_errorcode
Method · 0.64
test_islower
Method · 0.64
test_isupper
Method · 0.64
test_ctypes
Method · 0.64
test_addressfamily_enum
Method · 0.64
test_socketkind_enum
Method · 0.64
test_msgflag_enum
Method · 0.64
test_addressinfo_enum
Method · 0.64
test_enums
Method · 0.64