Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ islower
Method
islower
Lib/collections/__init__.py:1561–1562 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1559
return
self.data.isidentifier()
1560
1561
def
islower(self):
1562
return
self.data.islower()
1563
1564
def
isnumeric(self):
1565
return
self.data.isnumeric()
Callers
12
test_islower
Method · 0.80
test_surrogates
Method · 0.80
test_algorithms_guaranteed
Method · 0.80
test_string
Method · 0.80
__init__
Method · 0.80
test_islower
Method · 0.80
test_isupper
Method · 0.80
test_ctypes
Method · 0.80
test_mlsd
Method · 0.80
test_method_checksum
Method · 0.80
make_default_commands
Function · 0.80
run_clinic
Function · 0.80
Calls
no outgoing calls
Tested by
10
test_islower
Method · 0.64
test_surrogates
Method · 0.64
test_algorithms_guaranteed
Method · 0.64
test_string
Method · 0.64
__init__
Method · 0.64
test_islower
Method · 0.64
test_isupper
Method · 0.64
test_ctypes
Method · 0.64
test_mlsd
Method · 0.64
test_method_checksum
Method · 0.64