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